forked from MirrorHub/synapse
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
2 changed files with 2 additions and 0 deletions
1
changelog.d/13257.misc
Normal file
1
changelog.d/13257.misc
Normal file
|
@ -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(
|
||||
"Awaiting un-partial-stating of room %s",
|
||||
room_id,
|
||||
stack_info=True,
|
||||
)
|
||||
|
||||
await make_deferred_yieldable(d)
|
||||
|
|
Loading…
Reference in a new issue