mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
OSC fix debug logic for catchall messages
This commit is contained in:
parent
dd015e09a7
commit
5743013ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue