diff options
-rw-r--r-- | src/dht/gnunet_dht_profiler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c index 12e99f65d3..bc75b67f5f 100644 --- a/src/dht/gnunet_dht_profiler.c +++ b/src/dht/gnunet_dht_profiler.c @@ -360,11 +360,11 @@ bandwidth_stats_cont (void *cls, const char *emsg) { MESSAGE ("# Outgoing bandwidth: %llu\n", - (unsigned long long) outgoing_bandwidth); + (unsigned long long) outgoing_bandwidth); MESSAGE ("# Incoming bandwidth: %llu\n", - (unsigned long long) incoming_bandwidth); + (unsigned long long) incoming_bandwidth); fprintf (stderr, - "Benchmark done. Collect data via gnunet-statisics, then press ENTER to exit.\n"); + "Benchmark done. Collect data via gnunet-statistics, then press ENTER to exit.\n"); getchar (); GNUNET_SCHEDULER_shutdown (); } |