From 6e749477bee9342ce08a672bbc7b56dfa3501891 Mon Sep 17 00:00:00 2001 From: Maximilian Szengel Date: Fri, 19 Oct 2012 10:17:36 +0000 Subject: mesh connections in regex profiler --- src/mesh/gnunet-regex-profiler.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') 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, GNUNET_assert (peer->op_handle == op); GNUNET_assert (peer->mesh_handle == ca_result); - // GNUNET_TESTBED_operation_done (op); - - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "mesh connect callback for peer\n"); + printf ("."); + fflush (stdout); if (++connected_mesh_handles == num_peers) { -- cgit v1.2.3