From 9d2197af3cf145167b0aadf6de7d8fec9460aabb Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Fri, 1 Aug 2008 04:03:11 +0000
Subject: [PATCH] Branch b1_6 Add linefeed for error message.

---
 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 c1ed6455de..81e63680d0 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);
-- 
GitLab