iolog: remove assert in io_u overlap
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index fa9af7c7c400ff8825cba27e1c0967efaa147e11..26f45f4d39a4c58bd6c6fca9c8262cf10c9b2f6d 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -782,11 +782,12 @@ static void show_thread_status_terse_v3(struct thread_stat *ts,
        /* Additional output if continue_on_error set - default off*/
        if (ts->continue_on_error)
                log_info(";%lu;%d", ts->total_err_count, ts->first_error);
-       log_info("\n");
 
        /* Additional output if description is set */
        if (strlen(ts->description))
                log_info(";%s", ts->description);
+
+       log_info("\n");
 }
 
 static void show_thread_status_terse(struct thread_stat *ts,