aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-23 14:29:39 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-23 14:29:39 +0200
commit624c5fda989e36df48537aac2a63c6ee80e350d4 (patch)
tree8be3bd60a96b9a9730536f83afbfefbf2b535963 /src/auditor/report-lib.c
parent758a149059fa1bc9874886a65c8808fb4c7996d1 (diff)
downloadexchange-624c5fda989e36df48537aac2a63c6ee80e350d4.tar.xz
-avoid double next
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r--src/auditor/report-lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index e4f66b31c..248e14e1f 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -588,6 +588,9 @@ TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle *c)
GNUNET_free (master_public_key_str);
return GNUNET_SYSERR;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Running auditor against exchange master public key `%s'\n",
+ master_public_key_str);
GNUNET_free (master_public_key_str);
} /* end of -m not given */