diff options
-rw-r--r-- | rpkid/rpki/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/x509.py b/rpkid/rpki/x509.py index 99a6e247..22b57c4d 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -697,7 +697,7 @@ class CMS_object(DER_object): if self.require_crls: raise rpki.exceptions.MissingCMSCRL, crls else: - rpki.log.warn("MISSING CRL! Ignoring per self.require_crls setting") + rpki.log.warn("MISSING CMS CRL! Ignoring per self.require_crls setting") if len(crls) > 1: raise rpki.exceptions.UnexpectedCMSCRLs, crls |