fsck: Print warnings to stderr; --quiet can now be used to only see problems.

This commit is contained in:
Joey Hess 2010-11-15 18:37:49 -04:00
parent a5e7f5329f
commit 0893820812
7 changed files with 16 additions and 14 deletions

View file

@ -28,10 +28,8 @@ start = do
perform :: SubCmdPerform
perform = do
ok <- checkUnused
if ok
then return $ Just $ return True
else return Nothing
_ <- checkUnused
return $ Just $ return True
checkUnused :: Annex Bool
checkUnused = do