Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Tue, 8 Jul 2008 21:09:46 +0000 (21:09 +0000)
committeradilger <adilger>
Tue, 8 Jul 2008 21:09:46 +0000 (21:09 +0000)
Fix formatting of messages.

lustre/utils/mount_lustre.c

index 12313a3..916e6ef 100644 (file)
@@ -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)