From 4693708b8c53471f7bc5e956dff8158615c46deb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Aug 2018 10:15:04 +0200 Subject: use fprintf / stdout for final benchmark result --- src/benchmark/taler-exchange-benchmark.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/benchmark/taler-exchange-benchmark.c') diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index a7b2e282f..5039a96f5 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -645,13 +645,13 @@ main (int argc, GNUNET_free (exchange_url); duration = GNUNET_TIME_absolute_get_duration (start_time); - TALER_LOG_INFO ("Executed W=%u, D=%u, R=%u, operations in %s\n", - howmany_coins, - howmany_coins, - howmany_refreshes, - GNUNET_STRINGS_relative_time_to_string - (duration, - GNUNET_NO)); - + fprintf (stdout, + "Executed W=%u, D=%u, R=%u, operations in %s\n", + howmany_coins, + howmany_coins, + howmany_refreshes, + GNUNET_STRINGS_relative_time_to_string + (duration, + GNUNET_NO)); return (GNUNET_OK == result) ? 0 : result; } -- cgit v1.2.3