From 96c5976cccf61e0310879e69f51ba235e6b1729d Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 24 Jan 2007 02:56:45 +0000 Subject: 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 --- src/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/decode.c b/src/decode.c index 729292619..2d4b137f5 100644 --- a/src/decode.c +++ b/src/decode.c @@ -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; } -- cgit v1.2.3