summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-07-24 11:00:34 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-24 11:00:34 +0000
commit0c59d11942e808d195d0f0e04d62f94bf080b48e (patch)
tree1492040a6912d5fe9ade6dc5f3b54bcf2f2a04b2 /gst
parent87b522209f8a30b7355350ea9c5225bb44b5fac4 (diff)
gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.
Original commit message from CVS: * gst/rtsp/rtspconnection.c: (rtsp_connection_send): Remove unwanted DEBUG line.
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp/rtspconnection.c1
1 files changed, 0 insertions, 1 deletions
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;
}