13
0

OSC fix debug logic for catchall messages

This commit is contained in:
Len Ovens 2016-10-23 19:00:20 -07:00
parent dd015e09a7
commit 5743013ae4

View File

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