move a recurring normal event to LOG, where it should be
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Jul 2006 10:55:13 +0000 (10:55 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Jul 2006 10:55:13 +0000 (10:55 +0000)
Original commit message from CVS:
move a recurring normal event to LOG, where it should be

gst/tcp/gsttcp.c

index e6e05c0..907f65b 100644 (file)
@@ -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 */