mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
change level on log info
Original commit message from CVS: change level on log info
This commit is contained in:
parent
d1931e499d
commit
130ab4e5c8
1 changed files with 2 additions and 2 deletions
|
@ -384,7 +384,7 @@ gst_multifdsink_client_queue_data (GstMultiFdSink * sink, GstTCPClient * client,
|
|||
GST_BUFFER_DATA (buf) = data;
|
||||
GST_BUFFER_SIZE (buf) = len;
|
||||
|
||||
GST_DEBUG_OBJECT (sink, "Queueing data of length %d for fd %d",
|
||||
GST_LOG_OBJECT (sink, "Queueing data of length %d for fd %d",
|
||||
len, client->fd);
|
||||
client->sending = g_list_append (client->sending, buf);
|
||||
|
||||
|
|
Loading…
Reference in a new issue