Redundant bracketing & missed space

pull/4/merge
David Baker 10 years ago
parent ca7240a2f0
commit 6df6f5e084
  1. 4
      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(

Loading…
Cancel
Save