This commit is contained in:
Erik Johnston 2016-08-10 16:34:10 +01:00
parent ca8abfbf30
commit c315922b5f

View File

@ -296,7 +296,9 @@ class TransactionQueue(object):
if code != 200:
for p in pdus:
logger.info("Failed to send event %s to %s", p.event_id, destination)
logger.info(
"Failed to send event %s to %s", p.event_id, destination
)
except NotRetryingDestination:
logger.info(
"TX [%s] not ready for retry yet - "