From: adilger Date: Fri, 1 Aug 2008 04:03:11 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~404 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9d2197af3cf145167b0aadf6de7d8fec9460aabb;p=fs%2Flustre-release.git Branch b1_6 Add linefeed for error message. --- diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index c1ed645..81e6368 100644 --- a/lustre/utils/mount_lustre.c +++ b/lustre/utils/mount_lustre.c @@ -513,7 +513,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); } @@ -568,7 +569,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); register_service_tags(usource, source, target);