gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32775 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32775 - gnunet/src/mesh
Date: Sat, 22 Mar 2014 20:27:17 +0100

Author: bartpolot
Date: 2014-03-22 20:27:16 +0100 (Sat, 22 Mar 2014)
New Revision: 32775

Modified:
   gnunet/src/mesh/mesh_test_lib.c
Log:
- debug

Modified: gnunet/src/mesh/mesh_test_lib.c
===================================================================
--- gnunet/src/mesh/mesh_test_lib.c     2014-03-22 16:54:40 UTC (rev 32774)
+++ gnunet/src/mesh/mesh_test_lib.c     2014-03-22 19:27:16 UTC (rev 32775)
@@ -177,7 +177,10 @@
   }
   for (i = 0; i < ctx->num_peers; i++)
     if (op == ctx->ops[i])
+    {
       ctx->meshes[i] = ca_result;
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "...mesh %u connected\n", i);
+    }
   for (i = 0; i < ctx->num_peers; i++)
     if (NULL == ctx->meshes[i])
       return; /* still some MESH connections missing */
@@ -240,6 +243,7 @@
     newctx = GNUNET_new (struct GNUNET_MESH_TEST_AdapterContext);
     newctx->peer = i;
     newctx->ctx = ctx;
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Connecting to mesh %u\n", i);
     ctx->ops[i] = GNUNET_TESTBED_service_connect (ctx,
                                                   peers[i],
                                                   "mesh",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]