mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
midi surfaces: fix debug trace string
This commit is contained in:
parent
9dc53f9400
commit
6eec11e50e
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue