mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 04:24:43 +00:00
Redundant bracketing & missed space
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user