aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing.c')
-rw-r--r--src/ats-tests/ats-testing.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index 49aa5a052..24d464424 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -243,8 +243,9 @@ comm_connect_cb (void *cls, const struct GNUNET_PeerIdentity * peer)
243 243
244 if (me->core_slave_connections == top->num_slaves) 244 if (me->core_slave_connections == top->num_slaves)
245 { 245 {
246 GNUNET_log(GNUNET_ERROR_TYPE_INFO, "Master [%u] connected all slaves\n", 246 GNUNET_log(GNUNET_ERROR_TYPE_INFO,
247 me->no); 247 "Master [%u] connected all slaves\n",
248 me->no);
248 } 249 }
249 completed = GNUNET_YES; 250 completed = GNUNET_YES;
250 for (c = 0; c < top->num_masters; c++) 251 for (c = 0; c < top->num_masters; c++)
@@ -254,9 +255,8 @@ comm_connect_cb (void *cls, const struct GNUNET_PeerIdentity * peer)
254 } 255 }
255 if (GNUNET_YES == completed) 256 if (GNUNET_YES == completed)
256 { 257 {
257 GNUNET_log(GNUNET_ERROR_TYPE_INFO, 258 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
258 "All master peers connected all slave peers\n", id, 259 "All master peers connected all slave peers\n");
259 GNUNET_i2s (peer));
260 top->state.connected_CORE = GNUNET_YES; 260 top->state.connected_CORE = GNUNET_YES;
261 /* Notify about setup done */ 261 /* Notify about setup done */
262 if (NULL != top->done_cb) 262 if (NULL != top->done_cb)