From 390d241019c0c2695bae1532bf857e1c278d7747 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 13 Nov 2022 20:20:19 +0100 Subject: implement CS batch operations in libtalerutil --- src/util/crypto_helper_rsa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/crypto_helper_rsa.c') diff --git a/src/util/crypto_helper_rsa.c b/src/util/crypto_helper_rsa.c index 58cc29a8..efded50a 100644 --- a/src/util/crypto_helper_rsa.c +++ b/src/util/crypto_helper_rsa.c @@ -787,7 +787,8 @@ more: ec = (enum TALER_ErrorCode) ntohl (sf->ec); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Signing failed with status %d!\n", + "Signing %u failed with status %d!\n", + wpos, ec); wpos++; if (wpos == rend) -- cgit v1.2.3