aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}