Add temp warning msg for context cancel call

round_2_ci_windows
Tyler Goodlet 2021-06-27 00:46:36 -04:00
parent af701c16ee
commit 3423ea4011
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: