mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
remove a superfluous log line
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@534 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
31a027b78b
commit
a8e85ba688
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ static int sink_input_peek_cb(pa_sink_input *i, pa_memchunk *chunk) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pa_memblockq_peek(s->memblockq, chunk) < 0) {
|
if (pa_memblockq_peek(s->memblockq, chunk) < 0) {
|
||||||
pa_log(__FILE__": peek: failure\n");
|
/* pa_log(__FILE__": peek: failure\n"); */
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue