sbin/hammer: Cleanup hammer show
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 20 Aug 2015 10:22:06 +0000 (19:22 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 22 Aug 2015 15:48:30 +0000 (00:48 +0900)
commit6291ccf877a810d6bc24ab8da018e52075cb02f4
treed8f57257d5b2f3e72d922e92a8e7a4339c5dd454
parentdae8f18602e68e4dd2d96ff21cf7447faf0c10c7
sbin/hammer: Cleanup hammer show

Also change "=%d" to "=B%d" on error to clearly distinct
from non-error case "=%d%%".

'B' usually represents error (bad) in hammer show.
sbin/hammer/cmd_show.c