summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDbusDriver.cpp')
-rw-r--r--src/JackDbusDriver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp
index 8098410..30a4eaa 100644
--- a/src/JackDbusDriver.cpp
+++ b/src/JackDbusDriver.cpp
@@ -1191,11 +1191,11 @@ JackDriver::create_port_view(Patchage*, const PortID&)
void
JackDriver::error_msg(const std::string& msg) const
{
- _log.error_msg(std::string{"Jack: "} + msg);
+ _log.error(std::string{"Jack: "} + msg);
}
void
JackDriver::info_msg(const std::string& msg) const
{
- _log.info_msg(std::string{"Jack: "} + msg);
+ _log.info(std::string{"Jack: "} + msg);
}