aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 334f1c78d..eae59913c 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -57,7 +57,7 @@ static unsigned int expected_messages;
57 57
58static unsigned int expected_connections; 58static unsigned int expected_connections;
59 59
60static int peers_left; 60static unsigned long long peers_left;
61 61
62static struct GNUNET_TESTING_PeerGroup *pg; 62static struct GNUNET_TESTING_PeerGroup *pg;
63 63
@@ -524,7 +524,7 @@ my_cb (void *cls,
524{ 524{
525 GNUNET_assert (id != NULL); 525 GNUNET_assert (id != NULL);
526#if VERBOSE 526#if VERBOSE
527 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Started daemon %d out of %d\n", 527 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Started daemon %llu out of %llu\n",
528 (num_peers - peers_left) + 1, num_peers); 528 (num_peers - peers_left) + 1, num_peers);
529#endif 529#endif
530 peers_left--; 530 peers_left--;