summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-01-28 13:56:35 +0000
committerDavid Baker <dave@matrix.org>2015-01-28 13:56:35 +0000
commit6df6f5e0840e6a2b878f62c1656834bfbd5bcd62 (patch)
treecd94b84f67d60fc508ed959e65f5e45b51cca4c4 /synapse
parentUpdate copyright (diff)
downloadsynapse-6df6f5e0840e6a2b878f62c1656834bfbd5bcd62.tar.xz
Redundant bracketing & missed space
Diffstat (limited to 'synapse')
-rw-r--r--synapse/push/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/push/__init__.py b/synapse/push/__init__.py
index fd8d6d4bbd..8ddc833577 100644
--- a/synapse/push/__init__.py
+++ b/synapse/push/__init__.py
@@ -187,8 +187,8 @@ class Pusher(object):
                             # for sanity, we only remove the pushkey if it
                             # was the one we actually sent...
                             logger.warn(
-                                ("Ignoring rejected pushkey %s because we" +
-                                "didn't send it"), (pk,)
+                                ("Ignoring rejected pushkey %s because we " +
+                                "didn't send it"), pk
                             )
                         else:
                             logger.info(