diff options
Diffstat (limited to 'rpkid')
-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 a37047c7..2c8d20b1 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -668,7 +668,7 @@ class CMS_object(DER_object): for x in certs: rpki.log.debug("Received CMS cert issuer %s subject %s" % (x.getIssuer(), x.getSubject())) for c in crls: - rpki.log.debug("Received CMS CRL issuer %s" % c.getIssuer()) + rpki.log.debug("Received CMS CRL issuer %s" % repr(c.getIssuer())) store = POW.X509Store() |