Add fio version to terse output
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index d310686d1295fb3653a34e656efdb72c98fcfe0e..d611a7261ec1cd5515e858486d4b2549d5e289f2 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -654,8 +654,8 @@ static void show_thread_status_terse(struct thread_stat *ts,
        int i;
 
        /* General Info */
-       log_info("%s;%s;%d;%d", FIO_TERSE_VERSION, ts->name, ts->groupid,
-                               ts->error);
+       log_info("%s;%s;%s;%d;%d", FIO_TERSE_VERSION, fio_version_string,
+                                       ts->name, ts->groupid, ts->error);
        /* Log Read Status */
        show_ddir_status_terse(ts, rs, 0);
        /* Log Write Status */