Switch warning to debug message.

svn-id: r20014
This commit is contained in:
Travis Howell 2006-01-14 08:54:56 +00:00
parent 987c653ad1
commit b49ebb5be0

View File

@ -393,7 +393,7 @@ Instrument_Roland::Instrument_Roland (byte *data) {
memcpy (&_instrument_name, &_instrument.common.name, sizeof (_instrument.common.name));
_instrument_name[10] = '\0';
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';
}
}