Skip to content

Commit

Permalink
Fix misleading log message
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Jun 3, 2024
1 parent 2ef882f commit a588e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/midi_synth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a588e2e

Please sign in to comment.