aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-13 12:52:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-13 12:52:22 +0000
commit280ca97ba6c2df197a0e6a3ca5b6cb9da0df9ec2 (patch)
tree7a86ab1eba8b92ac03a24b695cf3a4de3c00fa6a /src/dv/plugin_transport_dv.c
parent6634d78543dee8552932cc7e07d1fbd58f2df1c9 (diff)
downloadgnunet-280ca97ba6c2df197a0e6a3ca5b6cb9da0df9ec2.tar.gz
gnunet-280ca97ba6c2df197a0e6a3ca5b6cb9da0df9ec2.zip
-adding a few more assertions to debug #3191
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index f80c2aa33..eca888731 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -362,6 +362,7 @@ handle_dv_distance_changed (void *cls,
362 struct Plugin *plugin = cls; 362 struct Plugin *plugin = cls;
363 struct Session *session; 363 struct Session *session;
364 364
365 GNUNET_break (GNUNET_ATS_NET_UNSPECIFIED != network);
365 LOG (GNUNET_ERROR_TYPE_DEBUG, 366 LOG (GNUNET_ERROR_TYPE_DEBUG,
366 "Received `%s' message for peer `%s': new distance %u\n", 367 "Received `%s' message for peer `%s': new distance %u\n",
367 "DV_DISTANCE_CHANGED", 368 "DV_DISTANCE_CHANGED",