From 77cf6a506ea1041049979292dad5ba1c3606507b Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Tue, 8 Jul 2008 21:09:46 +0000 Subject: [PATCH] Branch HEAD Fix formatting of messages. --- lustre/utils/mount_lustre.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index 12313a3966..916e6ef354 100644 --- a/lustre/utils/mount_lustre.c +++ b/lustre/utils/mount_lustre.c @@ -496,7 +496,8 @@ int main(int argc, char *const argv[]) if (verbose) { for (i = 0; i < argc; i++) printf("arg[%d] = %s\n", i, argv[i]); - printf("source = %s (%s), target = %s\n", usource, source, target); + printf("source = %s (%s), target = %s\n", usource, source, + target); printf("options = %s\n", orig_options); } @@ -551,7 +552,7 @@ int main(int argc, char *const argv[]) if (set_tunables(source, strlen(source)) && verbose) fprintf(stderr, "%s: unable to set tunables for %s" - " (may cause reduced IO performance)", + " (may cause reduced IO performance)\n", argv[0], source); if (!fake) -- GitLab