engines/filecreate: remove improper message print
authorFriendy.Su@sony.com <Friendy.Su@sony.com>
Wed, 3 Mar 2021 06:27:27 +0000 (06:27 +0000)
committerJens Axboe <axboe@kernel.dk>
Sat, 6 Mar 2021 19:45:01 +0000 (12:45 -0700)
'fallocate' should not be printed in filecreate engine

Signed-off-by: friendy-su <friendy.su@sony.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/filecreate.c

index 5fec8544a6a79898fed4e6c4854ffd416234c66a..16c64928162654ad76c6697958b846eb5bb0d985 100644 (file)
@@ -22,7 +22,7 @@ static int open_file(struct thread_data *td, struct fio_file *f)
        dprint(FD_FILE, "fd open %s\n", f->file_name);
 
        if (f->filetype != FIO_TYPE_FILE) {
-               log_err("fio: only files are supported fallocate \n");
+               log_err("fio: only files are supported\n");
                return 1;
        }
        if (!strcmp(f->file_name, "-")) {