Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1824 from matrix-org/erikj/retry_host_log
Browse files Browse the repository at this point in the history
Lower the not retrying host log line to debug
  • Loading branch information
erikjohnston authored Jan 18, 2017
2 parents f9058ca + f878f64 commit fc7cae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/federation/transaction_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _attempt_new_transaction(self, destination):
if not success:
break
except NotRetryingDestination:
logger.info(
logger.debug(
"TX [%s] not ready for retry yet - "
"dropping transaction for now",
destination,
Expand Down

0 comments on commit fc7cae8

Please sign in to comment.