diff --git a/tractor/devx/_stackscope.py b/tractor/devx/_stackscope.py index 84d8a67f..11d2a1ef 100644 --- a/tractor/devx/_stackscope.py +++ b/tractor/devx/_stackscope.py @@ -237,9 +237,9 @@ def enable_stack_on_sig( try: import stackscope except ImportError: - log.error( - '`stackscope` not installed for use in debug mode!\n' - '`Ignoring {enable_stack_on_sig!r} call!\n' + log.warning( + 'The `stackscope` lib is not installed!\n' + '`Ignoring enable_stack_on_sig() call!\n' ) return None