Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Improve email notification logging (#5502)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilisfragile committed Jun 20, 2019
1 parent 32e7c9e commit f47969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/5502.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve email notification logging.
2 changes: 1 addition & 1 deletion synapse/push/mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def send_email(self, email_address, subject, template_vars):
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(
Expand Down

0 comments on commit f47969f

Please sign in to comment.