summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/account.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-04-27 11:56:34 +0100
committerDavid Baker <dave@matrix.org>2015-04-27 11:56:34 +0100
commitf1acb9fd40475563acbb01758b25099d2095a524 (patch)
treee5cfaf4c9e1ad3f0bc727d38ad657f71914e74e1 /synapse/rest/client/v2_alpha/account.py
parentChange to https for ID server communication (diff)
downloadsynapse-f1acb9fd40475563acbb01758b25099d2095a524.tar.xz
logging args
Diffstat (limited to 'synapse/rest/client/v2_alpha/account.py')
-rw-r--r--synapse/rest/client/v2_alpha/account.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py
index 394e6b3809..bd57d11dc0 100644
--- a/synapse/rest/client/v2_alpha/account.py
+++ b/synapse/rest/client/v2_alpha/account.py
@@ -143,9 +143,9 @@ class ThreepidRestServlet(RestServlet):
         )
 
         if 'bind' in body and body['bind']:
-            logger.debug("Binding emails %s to %s" % (
+            logger.debug("Binding emails %s to %s",
                 threepid, auth_user.to_string()
-            ))
+            )
             yield self.identity_handler.bind_threepid(
                 threePidCreds, auth_user.to_string()
             )