From a588e2e7d1e84a269a8a48720edef71a1965da9a Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:25:39 +0900 Subject: [PATCH] Fix misleading log message --- src/gui/midi_synth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/midi_synth.h b/src/gui/midi_synth.h index dd5f945a6f..135b391781 100644 --- a/src/gui/midi_synth.h +++ b/src/gui/midi_synth.h @@ -156,7 +156,7 @@ class MidiHandler_synth: public MidiHandler { fclose(file); sf = "C:\\DOSBox-X\\GeneralUser_GS.sf2"; } else { - LOG_MSG("MIDI:synth: Specify .SF2 sound font file with midiconfig="); + LOG_MSG("MIDI:synth: Specify .SF2 sound font file with fluid.soundfont="); return false; } #else @@ -173,7 +173,7 @@ class MidiHandler_synth: public MidiHandler { fclose(file); sf = "/usr/share/sounds/sf2/GeneralUser_GS.sf2"; } else { - LOG_MSG("MIDI:synth: Specify .SF2 sound font file with midiconfig="); + LOG_MSG("MIDI:synth: Specify .SF2 sound font file with fluid.soundfont="); return false; } #endif