diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-11 04:16:40 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-11 04:16:40 +0200 |
commit | c850866eceac5b943ff54577e4927e4c18cab5fb (patch) | |
tree | 80b8578877399c445d3e3df869cafd80b2a15239 /src/osc_server.cpp | |
parent | 0d9816d36341bac163b640ccdba2bc5b4dd32614 (diff) | |
download | osc-graphics-c850866eceac5b943ff54577e4927e4c18cab5fb.tar.gz |
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 |