summaryrefslogtreecommitdiffstats
path: root/tests/benchmark-crypto-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark-crypto-hash.c')
-rw-r--r--tests/benchmark-crypto-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark-crypto-hash.c b/tests/benchmark-crypto-hash.c
index d16837d00a..598111e75a 100644
--- a/tests/benchmark-crypto-hash.c
+++ b/tests/benchmark-crypto-hash.c
@@ -48,7 +48,7 @@ static void test_hash_speed(const void *opaque)
}
g_test_timer_elapsed();
- g_print("%.2f MB/sec ", (double)total / MiB / g_test_timer_last());
+ g_test_message("%.2f MB/sec ", (double)total / MiB / g_test_timer_last());
g_free(out);
g_free(in);