summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2010-02-16 08:29:51 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2010-02-16 08:29:51 +0000
commitf8705765f4e91d61e6ae819383ee511c58d0613b (patch)
tree18c957a26e9988f8e889299df71e84c44b12da4b
parenta1095d37d3022be8de7fa767258cd683a58dd527 (diff)
default verbosity to 4
-rw-r--r--sbin/newfs_ext2fs/newfs_ext2fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.c b/sbin/newfs_ext2fs/newfs_ext2fs.c
index 767cfe06257..2690aab7237 100644
--- a/sbin/newfs_ext2fs/newfs_ext2fs.c
+++ b/sbin/newfs_ext2fs/newfs_ext2fs.c
@@ -91,7 +91,7 @@ static void usage(void) __dead;
int Nflag; /* run without writing file system */
int Oflag = 0; /* format as conservative REV0 by default */
int verbosity; /* amount of printf() output */
-#define DEFAULT_VERBOSITY 3 /* 4 is traditional behavior of newfs(8) */
+#define DEFAULT_VERBOSITY 4 /* 4 is traditional behavior of newfs(8) */
int64_t fssize; /* file system size */
uint sectorsize; /* bytes/sector */
uint16_t inodesize = EXT2_REV0_DINODE_SIZE; /* inode size */