aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 142bfaa3d..646603655 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -329,9 +329,10 @@ handle_dv_connect (void *cls,
329 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)); 329 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));
330 330
331 LOG (GNUNET_ERROR_TYPE_DEBUG, 331 LOG (GNUNET_ERROR_TYPE_DEBUG,
332 "Creating new session %p for peer `%s'\n", 332 "Creating new DV session %p for peer `%s' at distance %u\n",
333 session, 333 session,
334 GNUNET_i2s (peer)); 334 GNUNET_i2s (peer),
335 distance);
335 336
336 /* Notify transport and ats about new connection */ 337 /* Notify transport and ats about new connection */
337 ats[0].type = htonl (GNUNET_ATS_QUALITY_NET_DISTANCE); 338 ats[0].type = htonl (GNUNET_ATS_QUALITY_NET_DISTANCE);