From 4e795a3e0940509bd991682ec029000b6aa8881b Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Fri, 28 Oct 2016 23:12:15 -0600 Subject: [PATCH] Remove extra space in tausworthe32 warning message Signed-off-by: Jens Axboe --- filesetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesetup.c b/filesetup.c index a3bbbb24..969e7cc0 100644 --- a/filesetup.c +++ b/filesetup.c @@ -1098,7 +1098,7 @@ static int check_rand_gen_limits(struct thread_data *td, struct fio_file *f, if (!fio_option_is_set(&td->o, random_generator)) { log_info("fio: Switching to tausworthe64. Use the " "random_generator= option to get rid of this " - " warning.\n"); + "warning.\n"); td->o.random_generator = FIO_RAND_GEN_TAUSWORTHE64; return 0; } -- 2.25.1