._runtime: log level tweaks, use crit for stale debug lock detection

asyncio_debugger_support
Tyler Goodlet 2023-07-07 14:49:23 -04:00
parent 7e39ef7ed1
commit b59cba74cd
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ class Actor:
and not db_cs.cancel_called and not db_cs.cancel_called
and uid == pdb_user_uid and uid == pdb_user_uid
): ):
log.warning( log.critical(
f'STALE DEBUG LOCK DETECTED FOR {uid}' f'STALE DEBUG LOCK DETECTED FOR {uid}'
) )
# TODO: figure out why this breaks tests.. # TODO: figure out why this breaks tests..