Use log_info() throughout
[fio.git] / engines / net.c
index 51bc671fc3a1ba23a0e60ce91f80cc375db0990d..f7e4f2d0b748725c0613868e461c2a071d73f018 100644 (file)
@@ -111,7 +111,7 @@ static int fio_netio_accept(struct thread_data *td, struct fio_file *f)
        struct pollfd pfd;
        int ret;
 
        struct pollfd pfd;
        int ret;
 
-       fprintf(f_out, "fio: waiting for connection\n");
+       log_info("fio: waiting for connection\n");
 
        /*
         * Accept loop. poll for incoming events, accept them. Repeat until we
 
        /*
         * Accept loop. poll for incoming events, accept them. Repeat until we