aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2007-01-24 02:56:45 +0000
committerWarren Dukes <warren.dukes@gmail.com>2007-01-24 02:56:45 +0000
commit96c5976cccf61e0310879e69f51ba235e6b1729d (patch)
treed6e874cd91163e2538ac751a747b898b4db7e7b4 /src/decode.c
parent2a92239cf13c6fac04eb001d4a6d7bf1539a1d6e (diff)
downloadmpd-96c5976cccf61e0310879e69f51ba235e6b1729d.tar.gz
mpd-96c5976cccf61e0310879e69f51ba235e6b1729d.tar.xz
mpd-96c5976cccf61e0310879e69f51ba235e6b1729d.zip
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
Diffstat (limited to '')
-rw-r--r--src/decode.c2
1 files changed, 1 insertions, 1 deletions
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;
}