0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-11 20:29:18 +02:00
This commit is contained in:
Erik Johnston 2015-04-08 14:10:06 +01:00
parent e8f1521605
commit 19234cc6c3

View file

@ -442,7 +442,7 @@ class FederationHandler(BaseHandler):
def log_failure(f):
logger.warn(
"Failed to notify about %s: %s",
event.event_id, f.value
new_event.event_id, f.value
)
d.addErrback(log_failure)