Fix terse output with description set
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index fa9af7c7c400ff8825cba27e1c0967efaa147e11..e72148b49ad0825f3e154bda0a1a303715f70764 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -786,7 +786,7 @@ static void show_thread_status_terse_v3(struct thread_stat *ts,
 
        /* Additional output if description is set */
        if (strlen(ts->description))
-               log_info(";%s", ts->description);
+               log_info(";%s\n", ts->description);
 }
 
 static void show_thread_status_terse(struct thread_stat *ts,