diff options
author | David Baker <dave@matrix.org> | 2015-01-28 13:56:35 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-28 13:56:35 +0000 |
commit | 6df6f5e0840e6a2b878f62c1656834bfbd5bcd62 (patch) | |
tree | cd94b84f67d60fc508ed959e65f5e45b51cca4c4 /synapse/push | |
parent | Update copyright (diff) | |
download | synapse-6df6f5e0840e6a2b878f62c1656834bfbd5bcd62.tar.xz |
Redundant bracketing & missed space
Diffstat (limited to 'synapse/push')
-rw-r--r-- | synapse/push/__init__.py | 4 |
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( |