From 5be277f5d9d2bbfa58028fb7522da4781450d6c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Sep 2016 02:21:03 -0400 Subject: Fix misleading error message --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugin.c b/src/plugin.c index e46fed8..f8ab26a 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -142,7 +142,7 @@ lilv_plugin_get_unique(const LilvPlugin* p, { LilvNode* ret = lilv_plugin_get_one(p, subject, predicate); if (!ret) { - LILV_ERRORF("Multiple values found for (%s %s ...) property\n", + LILV_ERRORF("No value found for (%s %s ...) property\n", sord_node_get_string(subject), sord_node_get_string(predicate)); } -- cgit v1.2.1