From: adilger Date: Tue, 8 Jul 2008 21:09:46 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_50~234 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=77cf6a506ea1041049979292dad5ba1c3606507b;p=fs%2Flustre-release.git Branch HEAD Fix formatting of messages. --- diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index 12313a3..916e6ef 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)