13
0

clarify a DEBUG_TRACE remark

This commit is contained in:
Paul Davis 2015-11-24 23:29:03 -05:00
parent e7a3a5ab9c
commit 9c64d63ebb

View File

@ -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;
}