From 5743013ae426b43332cfdf0ff4e6961b7fc78219 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sun, 23 Oct 2016 19:00:20 -0700 Subject: OSC fix debug logic for catchall messages --- libs/surfaces/osc/osc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/surfaces') 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); } -- cgit v1.2.3