From f3505f938253ebbfb18f6fe24c30a6b949251ce0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 Mar 2010 01:39:30 +0000 Subject: Fix wonky error messages. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2546 a436a847-0d15-0410-975c-d299462d15a1 --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugin.c') diff --git a/src/plugin.c b/src/plugin.c index cc62ea8..7e2442a 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -498,7 +498,7 @@ slv2_plugin_get_value_for_subject(SLV2Plugin p, SLV2Value predicate) { if ( ! slv2_value_is_uri(subject)) { - SLV2_ERROR("slv2_plugin_get_value_for_subject: subject not a URI\n"); + SLV2_ERROR("Subject is not a URI\n"); return NULL; } -- cgit v1.2.1