mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
Switch warning to debug message.
svn-id: r20014
This commit is contained in:
parent
987c653ad1
commit
b49ebb5be0
@ -393,7 +393,7 @@ Instrument_Roland::Instrument_Roland (byte *data) {
|
|||||||
memcpy (&_instrument_name, &_instrument.common.name, sizeof (_instrument.common.name));
|
memcpy (&_instrument_name, &_instrument.common.name, sizeof (_instrument.common.name));
|
||||||
_instrument_name[10] = '\0';
|
_instrument_name[10] = '\0';
|
||||||
if (!_native_mt32 && getEquivalentGM() >= 128) {
|
if (!_native_mt32 && getEquivalentGM() >= 128) {
|
||||||
warning ("MT-32 instrument \"%s\" not supported yet", _instrument_name);
|
debug (0, "MT-32 instrument \"%s\" not supported yet", _instrument_name);
|
||||||
_instrument_name[0] = '\0';
|
_instrument_name[0] = '\0';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user