diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-23 14:29:39 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-23 14:29:39 +0200 |
commit | 624c5fda989e36df48537aac2a63c6ee80e350d4 (patch) | |
tree | 8be3bd60a96b9a9730536f83afbfefbf2b535963 /src/auditor/report-lib.c | |
parent | 758a149059fa1bc9874886a65c8808fb4c7996d1 (diff) |
-avoid double next
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r-- | src/auditor/report-lib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index e4f66b31..248e14e1 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 */ |