From 237caf1f806b3a3ac1999f2485c9d2ba90232a26 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 26 Jul 2006 10:55:13 +0000 Subject: [PATCH] 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 --- gst/tcp/gsttcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1