mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 22:04:06 -05:00
Redundant bracketing & missed space
This commit is contained in:
parent
ca7240a2f0
commit
6df6f5e084
@ -188,7 +188,7 @@ class Pusher(object):
|
|||||||
# was the one we actually sent...
|
# was the one we actually sent...
|
||||||
logger.warn(
|
logger.warn(
|
||||||
("Ignoring rejected pushkey %s because we " +
|
("Ignoring rejected pushkey %s because we " +
|
||||||
"didn't send it"), (pk,)
|
"didn't send it"), pk
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
logger.info(
|
logger.info(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user