-fix debug message
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 28 Oct 2015 13:13:04 +0000 (13:13 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 28 Oct 2015 13:13:04 +0000 (13:13 +0000)
src/core/gnunet-service-core_kx.c

index be073b7028a210384dd39710593037a8ec49e611..7f4adc2adce9f21bfba454373b8afeaa407c0687 100644 (file)
@@ -1061,7 +1061,7 @@ GSC_KX_handle_ping (struct GSC_KeyExchangeInfo *kx,
               sizeof (struct GNUNET_PeerIdentity)))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Decryption of PING from peer `%s'\n",
+                "We are not the intended target of the PING from peer `%s'\n",
                 GNUNET_i2s (&kx->peer));
     GNUNET_break_op (0);
     return;