[Scummvm-git-logs] scummvm master -> 7627725bc304257eeaa6591b79d30522ec0a796b
tag2015
noreply at scummvm.org
Thu Mar 2 18:33:02 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7627725bc3 AUDIO: Set debug message to debuglevel 0
Commit: 7627725bc304257eeaa6591b79d30522ec0a796b
https://github.com/scummvm/scummvm/commit/7627725bc304257eeaa6591b79d30522ec0a796b
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-03-02T19:32:24+01:00
Commit Message:
AUDIO: Set debug message to debuglevel 0
The "Skipping ID3 TAG" message is useless to users and spams
frequently in some games
Changed paths:
audio/decoders/mp3.cpp
diff --git a/audio/decoders/mp3.cpp b/audio/decoders/mp3.cpp
index f91e380a3bd..43bea3f5d0e 100644
--- a/audio/decoders/mp3.cpp
+++ b/audio/decoders/mp3.cpp
@@ -407,7 +407,7 @@ Common::SeekableReadStream *MP3Stream::skipID3(Common::SeekableReadStream *strea
// Add in the 10 bytes we read in
size += sizeof(data);
- debug("Skipping ID3 TAG (%d bytes)", size);
+ debug(0, "Skipping ID3 TAG (%d bytes)", size);
offset = size;
}
More information about the Scummvm-git-logs
mailing list