X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=backend.c;h=a46101ca5aebc04d51523f3e4eb61c01c907c368;hb=baa9fe6b90e60a021f19e64b8805268822364ed6;hp=c8c6de6d69c826867f2b482bfca6ebd1c211d602;hpb=420b104a3f6ba4328b6b167808f71bb7849102ec;p=fio.git diff --git a/backend.c b/backend.c index c8c6de6d..a46101ca 100644 --- a/backend.c +++ b/backend.c @@ -2063,7 +2063,7 @@ static bool check_mount_writes(struct thread_data *td) return false; mounted: - log_err("fio: %s appears mounted, and 'allow_mounted_write' isn't set. Aborting.", f->file_name); + log_err("fio: %s appears mounted, and 'allow_mounted_write' isn't set. Aborting.\n", f->file_name); return true; }