From 2ea49c29fac5e3d519f96f71bbf146e9de29239c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 31 Jul 2017 08:11:08 +0200 Subject: also log the domain --- examples/sample-afl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.1