diff options
author | Rob Austein <sra@hactrn.net> | 2008-10-13 00:17:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-10-13 00:17:19 +0000 |
commit | 61f1906748d7f6f4e13ef1591313a0ead33dcbbf (patch) | |
tree | 2f8834e147bf8c581d51abab5c096a66f59eb6dd /rpkid/rpki/x509.py | |
parent | 5811dcb26b27d3039af2b0c279cff4471b1de9bb (diff) |
Another formatting fix
svn path=/rpkid/rpki/x509.py; revision=2015
Diffstat (limited to 'rpkid/rpki/x509.py')
-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() |