aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_communicator_basic.c')
-rw-r--r--src/transport/test_communicator_basic.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/transport/test_communicator_basic.c b/src/transport/test_communicator_basic.c
index e9b982897..db396ba66 100644
--- a/src/transport/test_communicator_basic.c
+++ b/src/transport/test_communicator_basic.c
@@ -207,9 +207,8 @@ latency_timeout (void *cls)
207 } 207 }
208 208
209 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 209 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
210 "Latency too high. Test failed. (Phase: %d. Received: %lu\n", 210 "Latency too high. Test failed. (Phase: %d. Sent: %lu, Received: %lu)\n",
211 phase, 211 phase, num_sent, num_received);
212 num_received);
213 ret = 2; 212 ret = 2;
214 GNUNET_SCHEDULER_shutdown (); 213 GNUNET_SCHEDULER_shutdown ();
215} 214}