From 9045d210b2582e220fc2bd81c8c17a5d17a677f2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 2 Mar 2009 16:13:33 +0100 Subject: [PATCH] rtsp: remove debugging g_message -- --- gst-libs/gst/rtsp/gstrtspconnection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 70dc9ac..5d6f970 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -419,8 +419,6 @@ do_connect (const gchar * ip, guint16 port, GstPollFD * fdout, GstClockTime to; gint retval; - g_message ("connect %s:%u", ip, port); - memset (&sa_in, 0, sizeof (sa_in)); sa_in.sin_family = AF_INET; /* network socket */ sa_in.sin_port = htons (port); /* on port */ -- 2.7.4