mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
Up debug level of this warning, since it floods output in loom
svn-id: r10131
This commit is contained in:
parent
5bf1974a08
commit
123c9035cf
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user