diff options
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r-- | src/core/test_core_api_reliability.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c index a2f7c0cf0..7bd4bfea0 100644 --- a/src/core/test_core_api_reliability.c +++ b/src/core/test_core_api_reliability.c @@ -147,7 +147,7 @@ do_shutdown (void *cls) delta = GNUNET_TIME_absolute_get_duration (start_time).rel_value_us; if (0 == delta) delta = 1; - FPRINTF (stderr, + fprintf (stderr, "\nThroughput was %llu kb/s\n", total_bytes * 1000000LL / 1024 / delta); GAUGER ("CORE", @@ -301,7 +301,7 @@ handle_test (void *cls, (unsigned int) ntohs (hdr->header.size)); n++; if (0 == (n % (TOTAL_MSGS / 100))) - FPRINTF (stderr, + fprintf (stderr, "%s", "."); if (n == TOTAL_MSGS) |