From 0c59d11942e808d195d0f0e04d62f94bf080b48e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 24 Jul 2006 11:00:34 +0000 Subject: gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line. Original commit message from CVS: * gst/rtsp/rtspconnection.c: (rtsp_connection_send): Remove unwanted DEBUG line. --- gst/rtsp/rtspconnection.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gst') diff --git a/gst/rtsp/rtspconnection.c b/gst/rtsp/rtspconnection.c index 65332cd5..2ab2e5fe 100644 --- a/gst/rtsp/rtspconnection.c +++ b/gst/rtsp/rtspconnection.c @@ -228,7 +228,6 @@ rtsp_connection_send (RTSPConnection * conn, RTSPMessage * message) #ifdef G_OS_WIN32 startup_error: { - GST_DEBUG_OBJECT (self, "Error %d on WSAStartup", error); g_warning ("Error %d on WSAStartup", error); return RTSP_EWSASTART; } -- cgit