fsck improvements

This commit is contained in:
Joey Hess 2010-11-13 15:24:36 -04:00
parent 5fa25a812a
commit abebbcfd54
4 changed files with 30 additions and 14 deletions

View file

@ -66,5 +66,5 @@ checkKeySize key = do
then return True
else do
dest <- moveBad key
showNote $ "bad file size (moved to "++dest++")"
showLongNote $ "Bad file size; moved to "++dest
return False