diff options
Diffstat (limited to 'src/osc_server.cpp')
-rw-r--r-- | src/osc_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osc_server.cpp b/src/osc_server.cpp index 4dbc17f..cdbbf2a 100644 --- a/src/osc_server.cpp +++ b/src/osc_server.cpp @@ -40,7 +40,7 @@ extern LayerList layers; static void error_handler(int num, const char *msg, const char *path) { - ERROR("liblo server error %d in path %s: %s", num, path, msg); + ERROR_MSG("liblo server error %d in path %s: %s", num, path, msg); } /* catch any incoming messages and display them. returning 1 means that the |