From 624c5fda989e36df48537aac2a63c6ee80e350d4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 23 Aug 2022 14:29:39 +0200 Subject: -avoid double next --- src/auditor/report-lib.c | 3 +++ src/auditor/test-auditor.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/auditor') 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 */ diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index f7c0948ff..2e847564f 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -211,7 +211,8 @@ function run_audit () { pre_audit ${1:-no} if test ${2:-no} = "drain" then - echo -n "Running taler-exchange-offline drain ..." + echo -n "Running taler-exchange-offline drain with master public key " + gnunet-ecc -p ${DB}.mpriv cp "${CONF}" "${CONF}.tmp" taler-config -c "${CONF}.tmp" -s exchange-offline -o MASTER_PRIV_FILE -V ${DB}.mpriv echo -n "Starting exchange..." -- cgit v1.2.3