Update exception message format

This commit is contained in:
Piotr F. Mieszkowski 2024-09-13 12:23:44 +02:00
parent 93002c4910
commit 273ebc7510
Signed by: pfm
GPG key ID: BDE5BC1FA5DC53D5

View file

@ -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: