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
|
case (mstat, fast) of
|
||||||
(Just stat, False) -> do
|
(Just stat, False) -> do
|
||||||
let filesize = fromIntegral $ fileSize stat
|
let filesize = fromIntegral $ fileSize stat
|
||||||
|
showSideAction "checksum"
|
||||||
check <$> hashFile hash file filesize
|
check <$> hashFile hash file filesize
|
||||||
_ -> return True
|
_ -> return True
|
||||||
where
|
where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue