From: Thomas Vander Stichele Date: Wed, 26 Jul 2006 10:55:13 +0000 (+0000) Subject: move a recurring normal event to LOG, where it should be X-Git-Tag: 1.19.3~511^2~11718 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=237caf1f806b3a3ac1999f2485c9d2ba90232a26;p=platform%2Fupstream%2Fgstreamer.git move a recurring normal event to LOG, where it should be Original commit message from CVS: move a recurring normal event to LOG, where it should be --- diff --git a/gst/tcp/gsttcp.c b/gst/tcp/gsttcp.c index e6e05c0cf6..907f65b245 100644 --- a/gst/tcp/gsttcp.c +++ b/gst/tcp/gsttcp.c @@ -276,7 +276,7 @@ gst_tcp_read_buffer (GstElement * this, int socket, int cancel_fd, /* but mom, you promised to give me readsize bytes! */ goto short_read; - GST_DEBUG_OBJECT (this, "returning buffer of size %d", GST_BUFFER_SIZE (buf)); + GST_LOG_OBJECT (this, "returning buffer of size %d", GST_BUFFER_SIZE (*buf)); return GST_FLOW_OK; /* ERRORS */