summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/gnunet_dht_profiler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 12e99f65d..bc75b67f5 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -360,11 +360,11 @@ bandwidth_stats_cont (void *cls,
360 const char *emsg) 360 const char *emsg)
361{ 361{
362 MESSAGE ("# Outgoing bandwidth: %llu\n", 362 MESSAGE ("# Outgoing bandwidth: %llu\n",
363 (unsigned long long) outgoing_bandwidth); 363 (unsigned long long) outgoing_bandwidth);
364 MESSAGE ("# Incoming bandwidth: %llu\n", 364 MESSAGE ("# Incoming bandwidth: %llu\n",
365 (unsigned long long) incoming_bandwidth); 365 (unsigned long long) incoming_bandwidth);
366 fprintf (stderr, 366 fprintf (stderr,
367 "Benchmark done. Collect data via gnunet-statisics, then press ENTER to exit.\n"); 367 "Benchmark done. Collect data via gnunet-statistics, then press ENTER to exit.\n");
368 getchar (); 368 getchar ();
369 GNUNET_SCHEDULER_shutdown (); 369 GNUNET_SCHEDULER_shutdown ();
370} 370}