sbin/hammer: Fix rename printfs to differentiate recover paths
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 12 Dec 2016 16:04:50 +0000 (01:04 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 12 Dec 2016 16:23:32 +0000 (01:23 +0900)
commit642d73b8b4bc56d165ca80babf9757d2b6f7ef68
tree599ee021bfa47c0943c51ab4391a09600c4de39f
parent79b114a050a39e17e910fcccc7396c345d91e9cb
sbin/hammer: Fix rename printfs to differentiate recover paths

This helps understand recovery path from stdout.

It doesn't really matter if the change makes any sense to real users,
because most printfs by this command aren't understandable anyway
unless one looks at the code.
sbin/hammer/cmd_recover.c