change log level
Original commit message from CVS: change log level
This commit is contained in:
parent
130ab4e5c8
commit
6dc005fbed
@ -560,7 +560,7 @@ gst_multifdsink_handle_client_write (GstMultiFdSink * sink,
|
|||||||
} else if (wrote < maxsize) {
|
} else if (wrote < maxsize) {
|
||||||
/* partial write means that the client cannot read more and we should
|
/* partial write means that the client cannot read more and we should
|
||||||
* stop sending more */
|
* 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;
|
client->bufoffset += wrote;
|
||||||
more = FALSE;
|
more = FALSE;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user