bring back the (checksum) when fscking
This is useful because it shows users which files it checksums, vs ones that are not present, or don't use a hash backend, or --fast
This commit is contained in:
parent
638ee732b4
commit
c3d2d371ee
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ checkKeyChecksum hash key file = do
|
|||
case (mstat, fast) of
|
||||
(Just stat, False) -> do
|
||||
let filesize = fromIntegral $ fileSize stat
|
||||
showSideAction "checksum"
|
||||
check <$> hashFile hash file filesize
|
||||
_ -> return True
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue