We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae83e8 commit 3797515Copy full SHA for 3797515
1 file changed
synapse/util/__init__.py
@@ -200,7 +200,7 @@ def _looping_call_common(
200
201
def wrapped_f(*args: P.args, **kwargs: P.kwargs) -> Deferred:
202
assert context.current_context() is context.SENTINEL_CONTEXT, (
203
- "Expected `call_later` callback from the reactor to start with the sentinel logcontext "
+ "Expected `looping_call` callback from the reactor to start with the sentinel logcontext "
204
f"but saw {context.current_context()}. In other words, another task shouldn't have "
205
"leaked their logcontext to us."
206
)
0 commit comments