Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
minor logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Oct 6, 2021
1 parent 990e4e3 commit 4f0fdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/federation_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ async def _update_auth_events_and_context_for_auth(
logger.info(
"After state res: updating auth_events with new state %s",
{
(d.type, d.state_key): d.event_id
d
for d in new_state.values()
if auth_events.get((d.type, d.state_key)) != d
},
Expand Down

0 comments on commit 4f0fdc0

Please sign in to comment.