sbin/hammer: Change fprintf (without exit) to err variants
commitf4bb1f267324d53a5686f00add8c8cf74aa7b4b5
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 16 Dec 2016 15:51:38 +0000 (17 00:51 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 17 Dec 2016 16:34:18 +0000 (18 01:34 +0900)
treef681b5b0c0e30a2c6e555864202b74b47590ac51
parent25abdf3e0247e5c4eac79ec333fe864764871a0f
sbin/hammer: Change fprintf (without exit) to err variants

In additon to bac217f3 and 02318f07, these are fprints calls
not followed by exit right after fprintf, but makes no difference
with err variants (as it'll exit(1) shortly).

The ones in sbin/hammer/cmd_dedup.c should have been changed
in 02318f07.
sbin/hammer/cmd_dedup.c
sbin/hammer/cmd_pfs.c
sbin/hammer/cmd_synctid.c