diff --git a/libs/ardour/control_protocol_manager.cc b/libs/ardour/control_protocol_manager.cc index b2c9153991..0a21ade1d8 100644 --- a/libs/ardour/control_protocol_manager.cc +++ b/libs/ardour/control_protocol_manager.cc @@ -346,8 +346,7 @@ ControlProtocolManager::control_protocol_discover (string path) if ((descriptor = get_descriptor (path)) != 0) { if (!descriptor->probe (descriptor)) { - DEBUG_TRACE (DEBUG::ControlProtocols, - string_compose (_("Control protocol %1 not usable"), descriptor->name)); + warning << string_compose (_("Control protocol %1 not usable"), descriptor->name) << endmsg; } else { ControlProtocolInfo* cpi = new ControlProtocolInfo ();