diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/JackDbusDriver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp index 1f96647..72d97dc 100644 --- a/src/JackDbusDriver.cpp +++ b/src/JackDbusDriver.cpp @@ -1147,7 +1147,7 @@ void JackDriver::error_msg(const std::string& msg) const { #if defined(LOG_TO_STATUS) - _app->status_message((std::string)"[JACKDBUS] " + msg); + _app->status_msg((std::string)"[JACKDBUS] " + msg); #endif #if defined(LOG_TO_STD) @@ -1160,7 +1160,7 @@ void JackDriver::info_msg(const std::string& msg) const { #if defined(LOG_TO_STATUS) - _app->status_message((std::string)"[JACKDBUS] " + msg); + _app->status_msg((std::string)"[JACKDBUS] " + msg); #endif #if defined(LOG_TO_STD) |