diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 19:18:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 19:18:31 +0100 |
commit | 65ee08a55352254ac7602d7aad952c2db36f4c7d (patch) | |
tree | 38d0ee20d3d7dfbcc2e45eb81f0b3c7558e825a8 /src/util/crypto_helper_denom.c | |
parent | b7af94231b3eac266d0e216e5d91a2c65c7c680e (diff) |
more logging for #6667
Diffstat (limited to 'src/util/crypto_helper_denom.c')
-rw-r--r-- | src/util/crypto_helper_denom.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c index f455caaaf..266534ba9 100644 --- a/src/util/crypto_helper_denom.c +++ b/src/util/crypto_helper_denom.c @@ -295,6 +295,10 @@ handle_mt_avail (struct TALER_CRYPTO_DenominationHelper *dh, } GNUNET_CRYPTO_rsa_public_key_hash (denom_pub.rsa_public_key, &h_denom_pub); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Received RSA key %s (%s)\n", + GNUNET_h2s (&h_denom_pub), + section_name); if (GNUNET_OK != TALER_exchange_secmod_rsa_verify ( &h_denom_pub, |