diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index fdd44e4a8d3..29a059a4947 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -249,7 +249,7 @@ again: name); } else { sblock.fs_flags &= ~FS_ACLS; - warnx("%s set", name); + warnx("%s clear", name); } } } @@ -291,7 +291,7 @@ again: name); } else { sblock.fs_flags &= ~FS_MULTILABEL; - warnx("%s set", name); + warnx("%s clear", name); } } }