[WINEALSA] Improve midi trace

Christian Costa titan.costa at wanadoo.fr
Wed Sep 7 17:39:45 CDT 2005


Hi,

Changelog:
Improve midi trace.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
Index: dlls/winmm/winealsa/midi.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/winealsa/midi.c,v
retrieving revision 1.18
diff -u -r1.18 midi.c
--- dlls/winmm/winealsa/midi.c	29 Jul 2005 14:15:31 -0000	1.18
+++ dlls/winmm/winealsa/midi.c	7 Sep 2005 21:28:33 -0000
@@ -161,7 +161,7 @@
     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;
 }
 


More information about the wine-patches mailing list