fix DEBUG_TRACE messages from faderport that used MackieControlProtocol via cut-n...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 14 Dec 2015 16:48:09 +0000 (11:48 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 14 Dec 2015 18:28:31 +0000 (13:28 -0500)
libs/surfaces/faderport/faderport.cc

index 14e26dd45efdffaf9f1e641749f8c9fbd0ea3e03..56706fa4312f1f706739a035bdcce70cdc20e98f 100644 (file)
@@ -542,7 +542,7 @@ FaderPort::sysex_handler (MIDI::Parser &p, MIDI::byte *buf, size_t sz)
 int
 FaderPort::set_active (bool yn)
 {
-       DEBUG_TRACE (DEBUG::FaderPort, string_compose("MackieControlProtocol::set_active init with yn: '%1'\n", yn));
+       DEBUG_TRACE (DEBUG::FaderPort, string_compose("Faderport::set_active init with yn: '%1'\n", yn));
 
        if (yn == active()) {
                return 0;
@@ -569,7 +569,7 @@ FaderPort::set_active (bool yn)
 
        ControlProtocol::set_active (yn);
 
-       DEBUG_TRACE (DEBUG::FaderPort, string_compose("MackieControlProtocol::set_active done with yn: '%1'\n", yn));
+       DEBUG_TRACE (DEBUG::FaderPort, string_compose("Faderport::set_active done with yn: '%1'\n", yn));
 
        return 0;
 }