summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c2
1 files changed, 1 insertions, 1 deletions
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;
}