From 802ba3790f91e48f7841d3bbea66047777549f01 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Nov 2021 13:52:58 +0100 Subject: -more logging --- src/util/crypto_helper_rsa.c | 4 ++++ 1 file changed, 4 insertions(+) (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 8c3be457..a5a001a9 100644 --- a/src/util/crypto_helper_rsa.c +++ b/src/util/crypto_helper_rsa.c @@ -330,6 +330,10 @@ more: msize = ntohs (hdr->size); if (off < msize) continue; + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Received message of type %u and length %u\n", + (unsigned int) ntohs (hdr->type), + (unsigned int) msize); switch (ntohs (hdr->type)) { case TALER_HELPER_RSA_MT_AVAIL: -- cgit v1.2.3