- start test only after warmup
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_tunnel.c
index fff9a59da7f0860e5c25ec56cfa04532a189d2af..4a8973d08651cd3041daf8bdbb318352f7df3ef4 100644 (file)
@@ -652,7 +652,7 @@ tunnel_get_connection (struct MeshTunnel3 *t)
   unsigned int qn;
   unsigned int lowest_q;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "tunnel_get_connection %s\n", GMP_2s (t->peer));
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "tunnel_get_connection %s\n", GMT_2s (t));
   best = NULL;
   lowest_q = UINT_MAX;
   for (iter = t->connection_head; NULL != iter; iter = iter->next)