aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTravis Howell2003-09-09 13:23:09 +0000
committerTravis Howell2003-09-09 13:23:09 +0000
commit123c9035cff9505a40ee2c6bc7bc50b330055fac (patch)
tree52f110c2f2c9990bee453d5ea4c59a0edae1d600 /sound
parent5bf1974a0853f9b1d303f74f45c23e6d409ecb5d (diff)
downloadscummvm-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
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.cpp2
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");
}