From 2a92239cf13c6fac04eb001d4a6d7bf1539a1d6e Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 24 Jan 2007 02:53:16 +0000 Subject: add debug statement for bug #1380 git-svn-id: https://svn.musicpd.org/mpd/trunk@5269 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index 3641b760e..729292619 100644 --- a/src/decode.c +++ b/src/decode.c @@ -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; } -- cgit v1.2.3