summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-04-27 12:36:59 +0100
committerDavid Baker <dave@matrix.org>2015-04-27 12:36:59 +0100
commit03c4f0ed67fe9e2aab78fc55ff10d554c0cd7317 (patch)
tree6ff1b62bf6a84b75dac814b95866e2ad7224b32a /synapse
parentlogging args (diff)
downloadsynapse-03c4f0ed67fe9e2aab78fc55ff10d554c0cd7317.tar.xz
pep8
Diffstat (limited to 'synapse')
-rw-r--r--synapse/rest/client/v2_alpha/account.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py
index bd57d11dc0..3e522ad39b 100644
--- a/synapse/rest/client/v2_alpha/account.py
+++ b/synapse/rest/client/v2_alpha/account.py
@@ -143,7 +143,8 @@ 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(