Use log_info() more consistently
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 6418cf1f6c15ff4cbffbac5d6964399f64e33615..9d1f66ac9a0b9eb7006add0411d987a40bacd038 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -644,7 +644,7 @@ void show_run_stats(void)
         * don't overwrite last signal output
         */
        if (!terse_output)
-               printf("\n");
+               log_info("\n");
 
        for (i = 0; i < nr_ts; i++) {
                ts = &threadstats[i];