mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 06:21:49 +01:00
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:
|
||||
break
|
||||
except NotRetryingDestination:
|
||||
logger.info(
|
||||
logger.debug(
|
||||
"TX [%s] not ready for retry yet - "
|
||||
"dropping transaction for now",
|
||||
destination,
|
||||
|
|
Loading…
Reference in a new issue