[PATCH] Remove extra space in tausworthe32 warning message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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


[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux