1
0

Improve email notification logging (#5502)

This commit is contained in:
Andrew Morgan
2020-02-13 11:56:40 +00:00
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(