diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2007-01-24 02:53:16 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2007-01-24 02:53:16 +0000 |
commit | 2a92239cf13c6fac04eb001d4a6d7bf1539a1d6e (patch) | |
tree | bf495eb5b682e92f39ff4d4a1c583c9d325808ac /src | |
parent | b2488e469a02dfe55009dc03a2810c8d9d36d147 (diff) | |
download | mpd-2a92239cf13c6fac04eb001d4a6d7bf1539a1d6e.tar.gz mpd-2a92239cf13c6fac04eb001d4a6d7bf1539a1d6e.tar.xz mpd-2a92239cf13c6fac04eb001d4a6d7bf1539a1d6e.zip |
add debug statement for bug #1380
git-svn-id: https://svn.musicpd.org/mpd/trunk@5269 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r-- | src/decode.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |