client/server: request ETA instead of having the server send it automatically
[fio.git] / fio.c
diff --git a/fio.c b/fio.c
index 212b72e8706ac84b3ebe8c4fbaadc46b58eec688..ece897e5fa3bdab4cec8f411f429ded502418312 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -183,9 +183,7 @@ static void *disk_thread_main(void *data)
                        break;
                update_io_ticks();
 
-               if (is_backend)
-                       fio_server_send_status();
-               else
+               if (!is_backend)
                        print_thread_status();
        }