this should be a warning
This commit is contained in:
parent
15d27232bd
commit
ee2e94f087
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ checkKeyNumCopies key numcopies = do
|
||||||
if present < needed
|
if present < needed
|
||||||
then do
|
then do
|
||||||
ppuuids <- prettyPrintUUIDs untrustedlocations
|
ppuuids <- prettyPrintUUIDs untrustedlocations
|
||||||
showLongNote $ missingNote present needed ppuuids
|
warning $ missingNote present needed ppuuids
|
||||||
return False
|
return False
|
||||||
else return True
|
else return True
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in a new issue