forked from MirrorHub/synapse
Lower the not retrying host log line to debug
This commit is contained in:
parent
37b4c7d8a9
commit
f878f64f43
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class TransactionQueue(object):
|
||||||
if not success:
|
if not success:
|
||||||
break
|
break
|
||||||
except NotRetryingDestination:
|
except NotRetryingDestination:
|
||||||
logger.info(
|
logger.debug(
|
||||||
"TX [%s] not ready for retry yet - "
|
"TX [%s] not ready for retry yet - "
|
||||||
"dropping transaction for now",
|
"dropping transaction for now",
|
||||||
destination,
|
destination,
|
||||||
|
|
Loading…
Reference in a new issue