summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-10-24 14:39:23 +0100
committerGitHub <noreply@github.com>2018-10-24 14:39:23 +0100
commit94a49e0636313507fab2e43b99f969385f535ea2 (patch)
treecbb53710ee26f06c507e74a18b8721b30b3695ec
parentUpdate changelog.d/3975.feature (diff)
downloadsynapse-94a49e0636313507fab2e43b99f969385f535ea2.tar.xz
fix tuple
Co-Authored-By: neilisfragile <neil@matrix.org>
-rw-r--r--synapse/handlers/register.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py
index 9615dd552f..217928add1 100644
--- a/synapse/handlers/register.py
+++ b/synapse/handlers/register.py
@@ -235,7 +235,8 @@ class RegistrationHandler(BaseHandler):
                     if self.hs.hostname != room_alias.domain:
                         logger.warning(
                             'Cannot create room alias %s, '
-                            'it does not match server domain', (r,)
+                            'it does not match server domain', 
+                            r,
                         )
                     else:
                         # create room expects the localpart of the room alias