13
0

another DEBUG_TRACE for mackie control x-thread requests

This commit is contained in:
Paul Davis 2016-01-12 23:30:14 -05:00
parent bcb865c235
commit b81504581b

View File

@ -1395,6 +1395,7 @@ MackieControlProtocol::bundles ()
void
MackieControlProtocol::do_request (MackieControlUIRequest* req)
{
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("doing request type %1\n", req->type));
if (req->type == CallSlot) {
call_slot (MISSING_INVALIDATOR, req->the_slot);