mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Fix errors from malformed log line (#7454)
This commit is contained in:
parent
da9b2db3af
commit
aa5aa6f96a
2 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,7 @@ class RedisSubscriber(txredisapi.SubscriberProtocol, AbstractConnection):
|
|||
cmd = parse_command_from_line(message)
|
||||
except Exception:
|
||||
logger.exception(
|
||||
"[%s] failed to parse line: %r", message,
|
||||
"Failed to parse replication line: %r", message,
|
||||
)
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue