From: Bruce Cran Date: Sat, 29 Oct 2016 05:12:15 +0000 (-0600) Subject: Remove extra space in tausworthe32 warning message X-Git-Tag: fio-2.16~26 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=4e795a3e0940509bd991682ec029000b6aa8881b;hp=32038c9f53b4f1e39892662cfabe8df5eba03f45 Remove extra space in tausworthe32 warning message Signed-off-by: Jens Axboe --- 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; }