Commit 434fbc51 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Improve midi trace.

parent 94dc00c5
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment