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 de54c711..5475a452 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -1606,7 +1606,7 @@ class DeadDrop(object): self.warned = False except Exception, e: if not self.warned: - rpki.log.warn("Could not write to mailbox %s: %e" % (self.name, e)) + rpki.log.warn("Could not write to mailbox %s: %s" % (self.name, e)) self.warned = True class XML_CMS_object(Wrapped_CMS_object): |