diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-26 20:03:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-26 20:03:12 -0400 |
commit | ee2e94f08703ee1b5f51bf5c2d26de141b58298c (patch) | |
tree | 3f30fabb590cf11eb2142056008973d9b1969b1f /Backend/File.hs | |
parent | 15d27232bdaea0cf4f70cbbe6fa925d593d18e73 (diff) |
this should be a warning
Diffstat (limited to 'Backend/File.hs')
-rw-r--r-- | Backend/File.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/File.hs b/Backend/File.hs index ab14b8233..f31752d90 100644 --- a/Backend/File.hs +++ b/Backend/File.hs @@ -184,7 +184,7 @@ checkKeyNumCopies key numcopies = do if present < needed then do ppuuids <- prettyPrintUUIDs untrustedlocations - showLongNote $ missingNote present needed ppuuids + warning $ missingNote present needed ppuuids return False else return True where |