From cc607fa161c77a60b20b5c90bdd2ccdc81dfc043 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 14 Dec 2015 11:48:09 -0500 Subject: fix DEBUG_TRACE messages from faderport that used MackieControlProtocol via cut-n-paste --- libs/surfaces/faderport/faderport.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/surfaces/faderport') diff --git a/libs/surfaces/faderport/faderport.cc b/libs/surfaces/faderport/faderport.cc index 14e26dd45e..56706fa431 100644 --- a/libs/surfaces/faderport/faderport.cc +++ b/libs/surfaces/faderport/faderport.cc @@ -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; } -- cgit v1.2.3