From ee2e94f08703ee1b5f51bf5c2d26de141b58298c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jan 2011 20:03:12 -0400 Subject: [PATCH] this should be a warning --- Backend/File.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/File.hs b/Backend/File.hs index ab14b82339..f31752d90d 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