summaryrefslogtreecommitdiffstats
path: root/src/lib.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-29 05:03:03 +0000
committerDavid Robillard <d@drobilla.net>2015-10-29 05:03:03 +0000
commit07dadda1f5d869164ba177fe30121f0b87ff49cd (patch)
tree28d618da2d7a018574f7a4387659027197bbd63d /src/lib.c
parent95979c0957f0d1e30e691758526f05c33a9d4fd0 (diff)
downloadlilv-07dadda1f5d869164ba177fe30121f0b87ff49cd.tar.gz
lilv-07dadda1f5d869164ba177fe30121f0b87ff49cd.tar.bz2
lilv-07dadda1f5d869164ba177fe30121f0b87ff49cd.zip
Fix long lines
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5800 a436a847-0d15-0410-975c-d299462d15a1
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;
}