Fix badly merged dprint()
[fio.git] / init.c
diff --git a/init.c b/init.c
index 8683ba63a67b16fef47401541c6792b8f55c7504..effe63c5663bc17bb5fc22e252cc7d32b6a6107b 100644 (file)
--- a/init.c
+++ b/init.c
@@ -19,7 +19,7 @@
 #include "smalloc.h"
 #include "filehash.h"
 
-static char fio_version_string[] = "fio 1.20-rc2";
+static char fio_version_string[] = "fio 1.20-rc3";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
@@ -446,7 +446,7 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num)
                td->io_ops->flags |= FIO_RAWIO;
 
        file_alloced = 0;
-       if (!td->o.filename && !td->files_index) {
+       if (!td->o.filename && !td->files_index && !td->o.read_iolog_file) {
                file_alloced = 1;
 
                if (td->o.nr_files == 1 && exists_and_not_file(jobname))