Update exception message format
This commit is contained in:
parent
93002c4910
commit
273ebc7510
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class MailEncryptionProxy:
|
|||
# If the message can't be encrypted or serialised to a
|
||||
# stream of bytes, deliver original payload in
|
||||
# cleartext.
|
||||
LOG.exception('Unable to encrypt message, delivering in cleartext: %s')
|
||||
LOG.exception('Unable to encrypt message, delivering in cleartext')
|
||||
self._send_unencrypted(operation, envelope, send)
|
||||
|
||||
except xport.TransientFailure:
|
||||
|
|
Loading…
Reference in a new issue