summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/sample-afl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample-afl.c b/examples/sample-afl.c
index 8d3c5b9b6..53def6759 100644
--- a/examples/sample-afl.c
+++ b/examples/sample-afl.c
@@ -13,7 +13,7 @@
static void errordumper(GPLogLevel level, const char *domain, const char *str,
void *data) {
/* Do not log ... but let it appear here so we discover debug paths */
- fprintf(stderr, "%s\n", str);
+ fprintf(stderr, "%s:%s\n", domain, str);
}
static int