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.
This commit is contained in:
parent
6f30eb5b8e
commit
3f178332d6
|
@ -0,0 +1 @@
|
||||||
|
Log the stack when waiting for an entire room to be un-partial stated.
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue