aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index 746ec12d..cd7b268d 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -135,7 +135,7 @@ gdouble benchmark_parallel_for(guint start, guint end,
g_slist_free(threads);
g_timer_destroy(timer);
- DEBUG("finishing; all threads took %d seconds to finish", elapsed_time);
+ DEBUG("finishing; all threads took %f seconds to finish", elapsed_time);
return elapsed_time;
}