Commit 2a92239c authored by Warren Dukes's avatar Warren Dukes

add debug statement for bug #1380

git-svn-id: https://svn.musicpd.org/mpd/trunk@5269 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b2488e46
......@@ -664,6 +664,7 @@ static void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer *
quit = 1;
break;
} else {
DEBUG("waiting for decoded audio, playing 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