aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-regex-profiler.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesh/gnunet-regex-profiler.c b/src/mesh/gnunet-regex-profiler.c
index e18c5643b..6714b8630 100644
--- a/src/mesh/gnunet-regex-profiler.c
+++ b/src/mesh/gnunet-regex-profiler.c
@@ -360,9 +360,8 @@ mesh_connect_cb (void *cls, struct GNUNET_TESTBED_Operation *op,
360 GNUNET_assert (peer->op_handle == op); 360 GNUNET_assert (peer->op_handle == op);
361 GNUNET_assert (peer->mesh_handle == ca_result); 361 GNUNET_assert (peer->mesh_handle == ca_result);
362 362
363 // GNUNET_TESTBED_operation_done (op); 363 printf (".");
364 364 fflush (stdout);
365 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "mesh connect callback for peer\n");
366 365
367 if (++connected_mesh_handles == num_peers) 366 if (++connected_mesh_handles == num_peers)
368 { 367 {