diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-02 13:17:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 13:17:05 -0400 |
commit | b22a14c828a988610a9b1d6205f8d46529720fa5 (patch) | |
tree | 5cadc982f8ae534d7412f7dbaca168176bf638e5 /synapse/replication | |
parent | Fix-up types. (diff) | |
parent | Clean-up old release notes (#16418) (diff) | |
download | synapse-b22a14c828a988610a9b1d6205f8d46529720fa5.tar.xz |
Merge branch 'develop' into clokep/db-upgrades
Diffstat (limited to 'synapse/replication')
-rw-r--r-- | synapse/replication/tcp/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/client.py b/synapse/replication/tcp/client.py index 1c7946522a..f4f2b29e96 100644 --- a/synapse/replication/tcp/client.py +++ b/synapse/replication/tcp/client.py @@ -339,7 +339,7 @@ class ReplicationDataHandler: try: await make_deferred_yieldable(deferred) except defer.TimeoutError: - logger.error( + logger.warning( "Timed out waiting for repl stream %r to reach %s (%s)" "; currently at: %s", stream_name, |