Fix cstyle issue from c66989b
Commit c66989b
accidentally introduced a cstyle issue which went
unnoticed. This tiny patch corrects that oversight.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
9063f65476
commit
5c7afad448
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user