diff options
author | Travis Howell | 2003-09-09 13:23:09 +0000 |
---|---|---|
committer | Travis Howell | 2003-09-09 13:23:09 +0000 |
commit | 123c9035cff9505a40ee2c6bc7bc50b330055fac (patch) | |
tree | 52f110c2f2c9990bee453d5ea4c59a0edae1d600 | |
parent | 5bf1974a0853f9b1d303f74f45c23e6d409ecb5d (diff) | |
download | scummvm-rg350-123c9035cff9505a40ee2c6bc7bc50b330055fac.tar.gz scummvm-rg350-123c9035cff9505a40ee2c6bc7bc50b330055fac.tar.bz2 scummvm-rg350-123c9035cff9505a40ee2c6bc7bc50b330055fac.zip |
Up debug level of this warning, since it floods output in loom
svn-id: r10131
-rw-r--r-- | sound/audiostream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp index c92e96f5aa..2eda39e6f4 100644 --- a/sound/audiostream.cpp +++ b/sound/audiostream.cpp @@ -359,7 +359,7 @@ void MP3InputStream::refill(bool first) { } else if (MAD_RECOVERABLE(_stream.error)) { // FIXME: should we do anything here? - debug(1, "MP3InputStream: Recoverable error..."); + debug(6, "MP3InputStream: Recoverable error..."); } else { error("MP3InputStream: Unrecoverable error"); } |