[PATCH v1 1/1] engines/filecreate: remove improper message print

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



'fallocate' should not be printed in filecreate engine

Signed-off-by: friendy-su <friendy.su@xxxxxxxx>
---
 engines/filecreate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engines/filecreate.c b/engines/filecreate.c
index 5fec8544..16c64928 100644
--- a/engines/filecreate.c
+++ b/engines/filecreate.c
@@ -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, "-")) {
-- 
2.17.1





[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux