summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-26 20:03:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-26 20:03:12 -0400
commitee2e94f08703ee1b5f51bf5c2d26de141b58298c (patch)
tree3f30fabb590cf11eb2142056008973d9b1969b1f
parent15d27232bdaea0cf4f70cbbe6fa925d593d18e73 (diff)
this should be a warning
-rw-r--r--Backend/File.hs2
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