on second thought, comment out the debug statement so that users aren't potentially flooded
git-svn-id: https://svn.musicpd.org/mpd/trunk@5270 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
2a92239cf1
commit
96c5976ccc
@ -664,7 +664,7 @@ static void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer *
|
||||
quit = 1;
|
||||
break;
|
||||
} else {
|
||||
DEBUG("waiting for decoded audio, playing silence\n");
|
||||
/*DEBUG("waiting for decoded audio, play silence\n");*/
|
||||
if (playAudio(silence, CHUNK_SIZE) < 0)
|
||||
quit = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user