mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
parent
4f1fdc0df7
commit
9ad2bcaa10
1 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ new_fluid_winmidi_driver(fluid_settings_t *settings,
|
|||
str_cmp_res = FLUID_STRCASECMP(dev_name, in_caps.szPname);
|
||||
#endif
|
||||
|
||||
FLUID_LOG(FLUID_DBG, "Testing midi device: %s", in_caps.szPname);
|
||||
FLUID_LOG(FLUID_DBG, "Testing midi device \"%s\"", in_caps.szPname);
|
||||
|
||||
if(str_cmp_res == 0)
|
||||
{
|
||||
|
@ -276,7 +276,7 @@ new_fluid_winmidi_driver(fluid_settings_t *settings,
|
|||
|
||||
if(midi_num != i)
|
||||
{
|
||||
FLUID_LOG(FLUID_ERR, "Device <%s> does not exists", dev_name);
|
||||
FLUID_LOG(FLUID_ERR, "Device \"%s\" does not exists", dev_name);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue