sbin/hammer: Fix inode/data messages in hammer recover
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 6 Dec 2016 17:47:04 +0000 (02:47 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 6 Dec 2016 18:29:48 +0000 (03:29 +0900)
commit759d6d28fd9fbe06f4073dad9c4a2c68bb793bc0
tree3644effe2a1d032c64d2113d360ab15c8c797a69
parentc34b35620acd656ab5b68422bf26c8dca591f1b4
sbin/hammer: Fix inode/data messages in hammer recover

Based on other printf messages where "file" indicates regfile,
the first one should be "inode" rather than "file" because it
could be both directory and regfile.

The second one could be "file" because it's for file data, but
just sync with the first format.
sbin/hammer/cmd_recover.c