Improve midi trace.

This commit is contained in:
Christian Costa 2005-09-08 11:02:48 +00:00 committed by Alexandre Julliard
parent 94dc00c558
commit 434fbc5144
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static int MIDI_AlsaToWindowsDeviceType(int type)
if (type & SND_SEQ_PORT_TYPE_MIDI_GENERIC)
return MOD_MIDIPORT;
ERR("Cannot determine the type of this midi device. Assuming FM Synth\n");
ERR("Cannot determine the type (alsa type is %x) of this midi device. Assuming FM Synth\n", type);
return MOD_FMSYNTH;
}