From c13a2945f594f175ff26d23075f6d29415b57723 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 16 May 2008 19:02:58 +0000 Subject: Be kind, state which kind of CRL is missing svn path=/rpkid/rpki/x509.py; revision=1785 --- rpkid/rpki/x509.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpkid/rpki/x509.py') 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 -- cgit v1.2.3