aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/test_mesh_small.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index cf647be56..e949a89e9 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -688,10 +688,13 @@ peergroup_ready (void *cls, const char *emsg)
688 peers_running = GNUNET_TESTING_daemons_running (pg); 688 peers_running = GNUNET_TESTING_daemons_running (pg);
689 for (i = 0; i < num_peers; i++) 689 for (i = 0; i < num_peers; i++)
690 { 690 {
691 GNUNET_PEER_Id peer_id;
692
691 d1 = GNUNET_TESTING_daemon_get (pg, i); 693 d1 = GNUNET_TESTING_daemon_get (pg, i);
694 peer_id = GNUNET_PEER_intern(&d1->id);
692 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 695 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
693 "***************** test: %u: %s\n", 696 "***************** test: %u: %s\n",
694 GNUNET_PEER_intern(&d1->id), 697 peer_id,
695 GNUNET_i2s (&d1->id)); 698 GNUNET_i2s (&d1->id));
696 } 699 }
697 d1 = GNUNET_TESTING_daemon_get (pg, 0); 700 d1 = GNUNET_TESTING_daemon_get (pg, 0);