change log level

Original commit message from CVS:
change log level
This commit is contained in:
Thomas Vander Stichele 2004-06-27 12:22:32 +00:00
parent 130ab4e5c8
commit 6dc005fbed

View file

@ -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 {