From: Christian Grothoff Date: Sun, 3 Jun 2018 12:38:40 +0000 (+0200) Subject: more logging X-Git-Tag: v0.11.0pre66~31^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2e619a454b7c78aa5f592debd6c8a31e7d7c1143;p=oweals%2Fgnunet.git more logging --- diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c index 69001a50f..0d01977bd 100644 --- a/src/core/gnunet-service-core_kx.c +++ b/src/core/gnunet-service-core_kx.c @@ -1130,8 +1130,9 @@ handle_ping (void *cls, { if (GNUNET_CORE_KX_STATE_REKEY_SENT != kx->status) GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "Decryption of PING from peer `%s' failed\n", - GNUNET_i2s (kx->peer)); + "Decryption of PING from peer `%s' failed, PING for `%s'?\n", + GNUNET_i2s (kx->peer), + GNUNET_i2s2 (&t.target)); else GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Decryption of PING from peer `%s' failed after rekey (harmless)\n",