sbin/hammer: Remove if(QuietOpt) conditionals in hammer show/checkmap
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 18 Aug 2016 12:35:39 +0000 (21:35 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 18 Aug 2016 13:28:28 +0000 (22:28 +0900)
commitfc1246037064176aa5afb5962b4e63c9ad76e484
treef75732b2150d759ba60f6de596c2ae3aae3f1744
parent6adb5810ad35b79d3d5303debd2e1136bf577049
sbin/hammer: Remove if(QuietOpt) conditionals in hammer show/checkmap

mostly since it doesn't make much difference anyway.

The only QuietOpt conditional left is for print_record(elm) in
print_btree_elm() which makes amount of output text quite diffrent.
sbin/hammer/cmd_blockmap.c
sbin/hammer/cmd_show.c