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 1dd6077 commit f2b011d
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 @@ -1595,7 +1595,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 f2b011d

Please sign in to comment.