diff options
Diffstat (limited to 'src/server/LV2Plugin.cpp')
-rw-r--r-- | src/server/LV2Plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/LV2Plugin.cpp b/src/server/LV2Plugin.cpp index 7012c8fd..9152ab99 100644 --- a/src/server/LV2Plugin.cpp +++ b/src/server/LV2Plugin.cpp @@ -128,8 +128,8 @@ LV2Plugin::load_presets() lilv_nodes_free(labels); } else { _world.log().error( - fmt("Preset <%1%> has no rdfs:label\n") - % lilv_node_as_string(lilv_nodes_get(presets, i))); + "Preset <%1%> has no rdfs:label\n", + lilv_node_as_string(lilv_nodes_get(presets, i))); } } |