X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.c;h=5fca99845ff88d10b9c4b96d1b76b37672170349;hp=1a9c553b12b744d72a1f25c28f6b7f1f53accfa0;hb=fb1a0dcdc0869f0c92c49f13e640c15f4ab3b7e2;hpb=d5bb0a8902b787718e7027be85573773781f0898 diff --git a/stat.c b/stat.c index 1a9c553b..5fca9984 100644 --- a/stat.c +++ b/stat.c @@ -1928,8 +1928,6 @@ void __show_run_stats(void) if (is_backend) { fio_server_send_job_options(opt_lists[i], i); fio_server_send_ts(ts, rs); - if (output_format & FIO_OUTPUT_TERSE) - show_thread_status_terse(ts, rs, &output[__FIO_OUTPUT_TERSE]); } else { if (output_format & FIO_OUTPUT_TERSE) show_thread_status_terse(ts, rs, &output[__FIO_OUTPUT_TERSE]);