mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
clarify a DEBUG_TRACE remark
This commit is contained in:
parent
e7a3a5ab9c
commit
9c64d63ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ FaderPort::connection_handler (boost::weak_ptr<ARDOUR::Port>, std::string name1,
|
|||
connected ();
|
||||
|
||||
} else {
|
||||
DEBUG_TRACE (DEBUG::FaderPort, "Device disconnected (input or output or both)\n");
|
||||
DEBUG_TRACE (DEBUG::FaderPort, "Device disconnected (input or output or both) or not yet fully connected\n");
|
||||
_device_active = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue