summaryrefslogtreecommitdiffstats
path: root/src/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.c b/src/lib.c
index 77d3d22..7438c0c 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -56,7 +56,7 @@ lilv_lib_open(LilvWorld* world,
if (ldf) {
desc = ldf(bundle_path, features);
if (!desc) {
- LILV_ERRORF("Call to `lv2_lib_descriptor' in %s failed\n", lib_path);
+ LILV_ERRORF("Call to %s:lv2_lib_descriptor failed\n", lib_path);
lilv_free(lib_path);
return NULL;
}