Skip to content
Snippets Groups Projects
Unverified Commit 3f178332 authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Log the stack when waiting for an entire room to be un-partial stated (#13257)

The stack is already logged when waiting for an event to be un-partial
stated. Log the stack for rooms as well, to aid in debugging.
parent 6f30eb5b
Branches
Tags
No related merge requests found
Log the stack when waiting for an entire room to be un-partial stated.
...@@ -166,6 +166,7 @@ class PartialCurrentStateTracker: ...@@ -166,6 +166,7 @@ class PartialCurrentStateTracker:
logger.info( logger.info(
"Awaiting un-partial-stating of room %s", "Awaiting un-partial-stating of room %s",
room_id, room_id,
stack_info=True,
) )
await make_deferred_yieldable(d) await make_deferred_yieldable(d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment