summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/ingen_lv2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp
index 22d86c9c..e1a8061f 100644
--- a/src/server/ingen_lv2.cpp
+++ b/src/server/ingen_lv2.cpp
@@ -517,10 +517,10 @@ ingen_instantiate(const LV2_Descriptor* descriptor,
const std::string msg((fmt("Could not find graph %1%\n")
% descriptor->URI).str());
if (log) {
- log->vprintf(log->handle,
- map->map(map->handle, LV2_LOG__Error),
- msg.c_str(),
- NULL);
+ log->printf(log->handle,
+ map->map(map->handle, LV2_LOG__Error),
+ msg.c_str(),
+ NULL);
} else {
std::cerr << msg.c_str() << std::endl;
}