diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-03 14:38:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-03 14:38:40 +0200 |
commit | 2e619a454b7c78aa5f592debd6c8a31e7d7c1143 (patch) | |
tree | 25f445b76b707c1348c18f79cd14b0e24e9a4066 | |
parent | bc64df2cff173cb1656be4874fe1d9f225c70709 (diff) |
more logging
-rw-r--r-- | src/core/gnunet-service-core_kx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c index 69001a50f6..0d01977bd3 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", |