summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-10-02 13:17:05 -0400
committerGitHub <noreply@github.com>2023-10-02 13:17:05 -0400
commitb22a14c828a988610a9b1d6205f8d46529720fa5 (patch)
tree5cadc982f8ae534d7412f7dbaca168176bf638e5 /synapse/replication
parentFix-up types. (diff)
parentClean-up old release notes (#16418) (diff)
downloadsynapse-b22a14c828a988610a9b1d6205f8d46529720fa5.tar.xz
Merge branch 'develop' into clokep/db-upgrades
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/tcp/client.py2
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,