diff --git a/libs/surfaces/osc/osc.cc b/libs/surfaces/osc/osc.cc index 9d09c97d8d..f5f48edcb9 100644 --- a/libs/surfaces/osc/osc.cc +++ b/libs/surfaces/osc/osc.cc @@ -987,7 +987,7 @@ OSC::catchall (const char *path, const char* types, lo_arg **argv, int argc, lo_ if ((ret && _debugmode == Unhandled)) { debugmsg (_("Unhandled OSC message"), path, types, argv, argc); - } else if ((!ret && _debugmode != Unhandled)) { + } else if ((!ret && _debugmode == All)) { debugmsg (_("OSC"), path, types, argv, argc); }