0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-19 20:14:23 +01:00

Redundant bracketing & missed space

This commit is contained in:
David Baker 2015-01-28 13:56:35 +00:00
parent ca7240a2f0
commit 6df6f5e084

View file

@ -188,7 +188,7 @@ class Pusher(object):
# was the one we actually sent...
logger.warn(
("Ignoring rejected pushkey %s because we " +
"didn't send it"), (pk,)
"didn't send it"), pk
)
else:
logger.info(