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
This commit is contained in:
Thomas Vander Stichele 2006-07-26 10:55:13 +00:00
parent e8e6963f39
commit 237caf1f80

View 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 */