diff data/midi/rtmidi/RtMidi.cpp @ 690:1424aa29ae95

Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author Chris Cannam
date Tue, 14 Jun 2011 15:26:52 +0100
parents 06f13a3b9e9e
children e802e550a1f2
line wrap: on
line diff
--- a/data/midi/rtmidi/RtMidi.cpp	Tue Jun 14 14:47:59 2011 +0100
+++ b/data/midi/rtmidi/RtMidi.cpp	Tue Jun 14 15:26:52 2011 +0100
@@ -761,7 +761,7 @@
 
 		case SND_SEQ_EVENT_PORT_UNSUBSCRIBED:
 #if defined(__RTMIDI_DEBUG__)
-      DEBUG << "RtMidiIn::alsaMidiHandler: port connection has closed!\n";
+      SVDEBUG << "RtMidiIn::alsaMidiHandler: port connection has closed!\n";
       // FIXME: this is called for all unsubscribe events, even ones
       //not related to this particular connection.  As it stands, I
       //see no data provided in the "source" and "dest" fields so