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

Commit 4f0fdc0

Browse files
committed
minor logging tweak
1 parent 990e4e3 commit 4f0fdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/handlers/federation_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ async def _update_auth_events_and_context_for_auth(
15961596
logger.info(
15971597
"After state res: updating auth_events with new state %s",
15981598
{
1599-
(d.type, d.state_key): d.event_id
1599+
d
16001600
for d in new_state.values()
16011601
if auth_events.get((d.type, d.state_key)) != d
16021602
},

0 commit comments

Comments
 (0)