From 55c39e2764f4b2ab2f66ab495126b821c568c032 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 20 May 2009 11:56:54 +0200 Subject: [PATCH 1/1] Fix old printf() in pre_read() Signed-off-by: Jens Axboe --- filesetup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/filesetup.c b/filesetup.c index 9fd04daa..85a17476 100644 --- a/filesetup.c +++ b/filesetup.c @@ -154,7 +154,6 @@ static int pre_read_file(struct thread_data *td, struct fio_file *f) left -= bs; continue; } else { - printf("r=%d\n", r); td_verror(td, EIO, "pre_read"); break; } -- 2.25.1