Fix memory leak on tmp_buf
[fio.git] / 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 "
-                        " warning.\n");
+                        "warning.\n");
                td->o.random_generator = FIO_RAND_GEN_TAUSWORTHE64;
                return 0;
        }