git: sbin/hammer: Fix inode/data messages in hammer recover
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue Dec 6 10:42:49 PST 2016
commit 759d6d28fd9fbe06f4073dad9c4a2c68bb793bc0
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Wed Dec 7 02:47:04 2016 +0900
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.
Summary of changes:
sbin/hammer/cmd_recover.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/759d6d28fd9fbe06f4073dad9c4a2c68bb793bc0
--
DragonFly BSD source repository
More information about the Commits
mailing list