mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
remove useless log message
This commit is contained in:
parent
4b67ea166a
commit
5d18b62033
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ static int rtpoll_work_cb(pa_rtpoll_item *i) {
|
||||||
pa_memblockq_seek(s->memblockq, (int64_t) chunk.length, PA_SEEK_RELATIVE);
|
pa_memblockq_seek(s->memblockq, (int64_t) chunk.length, PA_SEEK_RELATIVE);
|
||||||
}
|
}
|
||||||
|
|
||||||
pa_log("blocks in q: %u", pa_memblockq_get_nblocks(s->memblockq));
|
/* pa_log("blocks in q: %u", pa_memblockq_get_nblocks(s->memblockq)); */
|
||||||
|
|
||||||
pa_memblock_unref(chunk.memblock);
|
pa_memblock_unref(chunk.memblock);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue