mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
change log level
Original commit message from CVS: change log level
This commit is contained in:
parent
130ab4e5c8
commit
6dc005fbed
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue