fsck: Print warnings to stderr; --quiet can now be used to only see problems.
This commit is contained in:
parent
a5e7f5329f
commit
0893820812
7 changed files with 16 additions and 14 deletions
|
@ -66,5 +66,5 @@ checkKeySize key = do
|
|||
then return True
|
||||
else do
|
||||
dest <- moveBad key
|
||||
showLongNote $ "Bad file size; moved to "++dest
|
||||
warning $ "Bad file size; moved to "++dest
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue