Up debug level of this warning, since it floods output in loom

svn-id: r10131
This commit is contained in:
Travis Howell 2003-09-09 13:23:09 +00:00
parent 5bf1974a08
commit 123c9035cf

View File

@ -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");
}