diff --git a/tractor/_runtime.py b/tractor/_runtime.py index 6c2e028f..dcc4c97d 100644 --- a/tractor/_runtime.py +++ b/tractor/_runtime.py @@ -632,7 +632,7 @@ class Actor: and not db_cs.cancel_called and uid == pdb_user_uid ): - log.warning( + log.critical( f'STALE DEBUG LOCK DETECTED FOR {uid}' ) # TODO: figure out why this breaks tests..