gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.

Original commit message from CVS:
* gst/rtsp/rtspconnection.c: (rtsp_connection_send):
Remove unwanted DEBUG line.
This commit is contained in:
Wim Taymans 2006-07-24 11:00:34 +00:00
parent 87b522209f
commit 0c59d11942
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-07-24 Wim Taymans <wim@fluendo.com>
* gst/rtsp/rtspconnection.c: (rtsp_connection_send):
Remove unwanted DEBUG line.
2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
* gst/id3demux/gstid3demux.c: (plugin_init):

2
common

@ -1 +1 @@
Subproject commit 5393d85731aecaf5bcbbca258a7b60dae7360f3d
Subproject commit 743c74bf92546638d3f4272fd5525bf6ef71f794

View file

@ -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;
}