diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtsp/rtspconnection.c | 1 |
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; } |