From f47969f42a4ff70bdc58cf88c6e9f46370696c9c Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Thu, 20 Jun 2019 15:14:26 +0100 Subject: Improve email notification logging (#5502) --- synapse/push/mailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse') diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py index 17c7d3195a..809199fe88 100644 --- a/synapse/push/mailer.py +++ b/synapse/push/mailer.py @@ -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( -- cgit 1.5.1