From 199d139a9a40e0e45531528eb7281dfc89a705ed Mon Sep 17 00:00:00 2001 From: Bruce Cran <Bruce.Cran@xxxxxxxxxxx> Date: Fri, 28 Oct 2016 23:12:15 -0600 Subject: [PATCH] Remove extra space in tausworthe32 warning message --- filesetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesetup.c b/filesetup.c index a3bbbb2..969e7cc 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.10.1