From 6dc005fbed492da8d6dc16912bc8ce182ad8a183 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 27 Jun 2004 12:22:32 +0000 Subject: [PATCH] change log level Original commit message from CVS: change log level --- gst/tcp/gstmultifdsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/tcp/gstmultifdsink.c b/gst/tcp/gstmultifdsink.c index 80813ebd99..58415cd24d 100644 --- a/gst/tcp/gstmultifdsink.c +++ b/gst/tcp/gstmultifdsink.c @@ -560,7 +560,7 @@ gst_multifdsink_handle_client_write (GstMultiFdSink * sink, } else if (wrote < maxsize) { /* partial write means that the client cannot read more and we should * stop sending more */ - GST_DEBUG_OBJECT (sink, "partial write on %d of %d bytes", fd, wrote); + GST_LOG_OBJECT (sink, "partial write on %d of %d bytes", fd, wrote); client->bufoffset += wrote; more = FALSE; } else {