Add temp warning msg for context cancel call

context_finesse
Tyler Goodlet 2021-06-27 00:46:36 -04:00
parent 2b3cb042c6
commit 25679ae22d
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ class Context:
Timeout quickly in an attempt to sidestep 2-generals...
'''
log.warning(f'Cancelling caller side of context {self}')
self._cancel_called = True
if self._portal: # caller side: