iolog: default to good return
[fio.git] / iolog.c
diff --git a/iolog.c b/iolog.c
index 13040b686a58889c23275845ab666624c02780e1..6e44119ca28446cec7dee661f3afa89db71547e9 100644 (file)
--- a/iolog.c
+++ b/iolog.c
@@ -580,7 +580,7 @@ bool init_iolog(struct thread_data *td)
        } else if (td->o.write_iolog_file)
                ret = init_iolog_write(td);
        else
-               ret = false;
+               ret = true;
 
        if (!ret)
                td_verror(td, EINVAL, "failed initializing iolog");