Commit 96c5976c authored by Warren Dukes's avatar Warren Dukes

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
parent 2a92239c
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment