aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2015-10-28 13:13:04 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2015-10-28 13:13:04 +0000
commitafc62ed7a004f942c6b4697271aaf3d9b2755d59 (patch)
tree582842792130065642a1a4b1dafecfe061ee34ec
parent44ed0c176e5a9d133804757e1d304fe5d61a7515 (diff)
downloadgnunet-afc62ed7a004f942c6b4697271aaf3d9b2755d59.tar.gz
gnunet-afc62ed7a004f942c6b4697271aaf3d9b2755d59.zip
-fix debug message
-rw-r--r--src/core/gnunet-service-core_kx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index be073b702..7f4adc2ad 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1061,7 +1061,7 @@ GSC_KX_handle_ping (struct GSC_KeyExchangeInfo *kx,
1061 sizeof (struct GNUNET_PeerIdentity))) 1061 sizeof (struct GNUNET_PeerIdentity)))
1062 { 1062 {
1063 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1063 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1064 "Decryption of PING from peer `%s'\n", 1064 "We are not the intended target of the PING from peer `%s'\n",
1065 GNUNET_i2s (&kx->peer)); 1065 GNUNET_i2s (&kx->peer));
1066 GNUNET_break_op (0); 1066 GNUNET_break_op (0);
1067 return; 1067 return;