mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Remove warning when client is too slow to handle our data
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1591 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
df9522cb8c
commit
fedca91468
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ static int record_stream_process_msg(pa_msgobject *o, int code, void*userdata, i
|
|||
case RECORD_STREAM_MESSAGE_POST_DATA:
|
||||
|
||||
if (pa_memblockq_push_align(s->memblockq, chunk) < 0) {
|
||||
pa_log_warn("Failed to push data into output queue.");
|
||||
/* pa_log_warn("Failed to push data into output queue."); */
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue