aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-14 23:59:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-14 23:59:30 +0000
commitaf63d98838d8b6e03ee304bcf1ae736b0e81b7aa (patch)
tree362dfea6f5702863c1a2eb90d153348e010f5800 /src/core/test_core_api.c
parent6e108aed24f9993be4d69147e18322d2d58b34d1 (diff)
downloadgnunet-af63d98838d8b6e03ee304bcf1ae736b0e81b7aa.tar.gz
gnunet-af63d98838d8b6e03ee304bcf1ae736b0e81b7aa.zip
debug stuff
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 9f3aad016..3c7529303 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -128,7 +128,6 @@ disconnect_notify (void *cls,
128 const struct GNUNET_PeerIdentity *peer) 128 const struct GNUNET_PeerIdentity *peer)
129{ 129{
130 struct PeerContext *pc = cls; 130 struct PeerContext *pc = cls;
131 GNUNET_assert (pc->connect_status == 1);
132 pc->connect_status = 0; 131 pc->connect_status = 0;
133 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 132 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
134 "Encrypted connection to `%4s' cut\n", GNUNET_i2s (peer)); 133 "Encrypted connection to `%4s' cut\n", GNUNET_i2s (peer));