aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.c b/src/node.c
index 173c5358..7a7a7642 100644
--- a/src/node.c
+++ b/src/node.c
@@ -130,7 +130,7 @@ serd_node_new_uri(const SerdURI* uri, const SerdURI* base, SerdURI* out)
// FIXME: double parse
if (!serd_uri_parse(buf, out)) {
- fprintf(stderr, "error parsing URI\n");
+ fprintf(stderr, "Failed to parse URI <%s>\n", buf);
return SERD_NODE_NULL;
}