Log waiter task cancelling msg as cancel-level

ctx_cancel_semantics_and_overruns
Tyler Goodlet 2023-04-07 16:08:50 -04:00
parent 831790377b
commit 220b244508
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ async def trio_proc(
# cancel result waiter that may have been spawned in # cancel result waiter that may have been spawned in
# tandem if not done already # tandem if not done already
log.warning( log.cancel(
"Cancelling existing result waiter task for " "Cancelling existing result waiter task for "
f"{subactor.uid}") f"{subactor.uid}")
nursery.cancel_scope.cancel() nursery.cancel_scope.cancel()