mackie: if device type is unknown, make -D mackie show that
[ardour.git] / libs / surfaces / mackie / surface.cc
index 2ce7bfbee90f3baa103b5261c251b74c9e0e541a..274f2b42ea055af4f6e889b181e99db055035241 100644 (file)
@@ -722,7 +722,9 @@ Surface::handle_midi_sysex (MIDI::Parser &, MIDI::byte * raw_bytes, size_t count
                DEBUG_TRACE (DEBUG::MackieControl, "Logic Control Device denies connection\n");
                _active = false;
                break;
+
        default:
+               DEBUG_TRACE (DEBUG::MackieControl, string_compose ("unknown device ID byte %1", (int) bytes[5]));
                error << "MCP: unknown sysex: " << bytes << endmsg;
        }
 }