Improve email notification logging (#5502)

This commit is contained in:
Neil Johnson 2019-06-20 15:14:26 +01:00 committed by GitHub
parent 32e7c9e7f2
commit f47969f42a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/5502.misc Normal file
View file

@ -0,0 +1 @@
Improve email notification logging.

View file

@ -256,7 +256,7 @@ class Mailer(object):
multipart_msg.attach(text_part)
multipart_msg.attach(html_part)
logger.info("Sending email push notification to %s" % email_address)
logger.info("Sending email notification to %s" % email_address)
yield make_deferred_yieldable(
self.sendmail(