more logging
authorChristian Grothoff <christian@grothoff.org>
Sun, 3 Jun 2018 12:38:40 +0000 (14:38 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 3 Jun 2018 12:38:40 +0000 (14:38 +0200)
src/core/gnunet-service-core_kx.c

index 69001a50f6bd3b739354056954fea9a73d9e634f..0d01977bd3139bb455074ab887ac1ba7cff310a8 100644 (file)
@@ -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",