AUDIO: fix compiler warning

(also remove translation for debug message, since we don't translate this kind of output)
This commit is contained in:
athrxx 2020-03-19 19:54:12 +01:00
parent aaaea78b3b
commit 5991e8cc07

View file

@ -534,7 +534,7 @@ void MidiDriver_BASE::midiDumpFinish() {
midiDumpFile->close();
const char msg[] = "Ending MIDI dump, created 'dump.mid'";
g_system->displayMessageOnOSD(_(msg)); //TODO: why it doesn't appear?
debug(_(msg));
debug("%s", msg);
}
MidiDriver_BASE::MidiDriver_BASE() {