mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
typo
This commit is contained in:
parent
e8f1521605
commit
19234cc6c3
@ -442,7 +442,7 @@ class FederationHandler(BaseHandler):
|
|||||||
def log_failure(f):
|
def log_failure(f):
|
||||||
logger.warn(
|
logger.warn(
|
||||||
"Failed to notify about %s: %s",
|
"Failed to notify about %s: %s",
|
||||||
event.event_id, f.value
|
new_event.event_id, f.value
|
||||||
)
|
)
|
||||||
|
|
||||||
d.addErrback(log_failure)
|
d.addErrback(log_failure)
|
||||||
|
Loading…
Reference in New Issue
Block a user