From f8705765f4e91d61e6ae819383ee511c58d0613b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 16 Feb 2010 08:29:51 +0000 Subject: default verbosity to 4 --- sbin/newfs_ext2fs/newfs_ext2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3