Remove extra space in tausworthe32 warning message
authorBruce Cran <Bruce.Cran@sandisk.com>
Sat, 29 Oct 2016 05:12:15 +0000 (23:12 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 1 Nov 2016 20:24:50 +0000 (14:24 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
filesetup.c

index a3bbbb24dbb2bce44fac7dba270acfde5f30ede6..969e7cc0a70e4a06ce6c287f6f88dcc8d0c87b68 100644 (file)
@@ -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 "
        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;
        }
                td->o.random_generator = FIO_RAND_GEN_TAUSWORTHE64;
                return 0;
        }