]> granicus.if.org Git - zfs/commitdiff
Fix cstyle issue from c66989b
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Dec 2014 19:57:52 +0000 (11:57 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Dec 2014 20:00:14 +0000 (12:00 -0800)
Commit c66989b accidentally introduced a cstyle issue which went
unnoticed.  This tiny patch corrects that oversight.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
cmd/zpool/zpool_main.c

index 7eb8ba8da0364b704a63c40e8cc2c6859ec7c9c0..db5805bcf66a035233317296b3288138cca6b1ed 100644 (file)
@@ -4685,8 +4685,8 @@ upgrade_version(zpool_handle_t *zhp, uint64_t version)
                return (ret);
 
        if (unsupp_fs) {
-               (void) fprintf(stderr, gettext("Upgrade not performed due to %d "
-                   "unsupported filesystems (max v%d).\n"),
+               (void) fprintf(stderr, gettext("Upgrade not performed due "
+                   "to %d unsupported filesystems (max v%d).\n"),
                    unsupp_fs, (int) ZPL_VERSION);
                return (1);
        }