Skip to content

Commit 3100b63

Browse files
committed
Make it more clear when nothing is wrong
See #19090 (comment)
1 parent a782d04 commit 3100b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapse/logging/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def run_in_background(
916916
)
917917
else:
918918
logcontext_debug_logger.debug(
919-
"run_in_background(%s): deferred already completed and the function should have maintained the calling logcontext %s",
919+
"run_in_background(%s): deferred already completed (maintained the calling logcontext %s)",
920920
instance_id,
921921
calling_context,
922922
)

0 commit comments

Comments
 (0)