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

@ -187,8 +187,8 @@ class Pusher(object):
# for sanity, we only remove the pushkey if it # for sanity, we only remove the pushkey if it
# 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(