commit 7a294ea0258cfc30c5b388e4d1afd463b4714705
parent ca1aa7ea4ae91af5860700483ed5e2ebae2dcebd
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 11 Sep 2023 18:08:43 +0200
-fix print statement
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c
@@ -1077,7 +1077,7 @@ sign_denomkeys (const json_t *denomkeys)
"Invalid input for denomination key to 'sign': %s#%u at %u (skipping)\n",
err_name,
err_line,
- (unsigned int) index);
+ (unsigned int) group_idx);
GNUNET_JSON_parse_free (spec);
global_ret = EXIT_FAILURE;
test_shutdown ();