aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-03 14:38:40 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-03 14:38:40 +0200
commit2e619a454b7c78aa5f592debd6c8a31e7d7c1143 (patch)
tree25f445b76b707c1348c18f79cd14b0e24e9a4066
parentbc64df2cff173cb1656be4874fe1d9f225c70709 (diff)
downloadgnunet-2e619a454b7c78aa5f592debd6c8a31e7d7c1143.tar.gz
gnunet-2e619a454b7c78aa5f592debd6c8a31e7d7c1143.zip
more logging
-rw-r--r--src/core/gnunet-service-core_kx.c5
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 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,
1130 { 1130 {
1131 if (GNUNET_CORE_KX_STATE_REKEY_SENT != kx->status) 1131 if (GNUNET_CORE_KX_STATE_REKEY_SENT != kx->status)
1132 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1132 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1133 "Decryption of PING from peer `%s' failed\n", 1133 "Decryption of PING from peer `%s' failed, PING for `%s'?\n",
1134 GNUNET_i2s (kx->peer)); 1134 GNUNET_i2s (kx->peer),
1135 GNUNET_i2s2 (&t.target));
1135 else 1136 else
1136 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1137 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1137 "Decryption of PING from peer `%s' failed after rekey (harmless)\n", 1138 "Decryption of PING from peer `%s' failed after rekey (harmless)\n",