mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
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
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 New Issue
Block a user