midi surfaces: fix debug trace string
This commit is contained in:
parent
9dc53f9400
commit
6eec11e50e
@ -186,7 +186,8 @@ MIDISurface::port_registration_handler ()
|
||||
bool
|
||||
MIDISurface::connection_handler (std::weak_ptr<ARDOUR::Port>, std::string name1, std::weak_ptr<ARDOUR::Port>, std::string name2, bool yn)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::MIDISurface, "FaderPort::connection_handler start\n");
|
||||
DEBUG_TRACE (DEBUG::MIDISurface, "MIDISurface::connection_handler start\n");
|
||||
|
||||
if (!_input_port || !_output_port) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user