diff --git a/scenario/context.py b/scenario/context.py index 8a90ae67..d8a95751 100644 --- a/scenario/context.py +++ b/scenario/context.py @@ -132,7 +132,7 @@ def _run(self) -> Union[ActionOutput, "State"]: def __exit__(self, exc_type, exc_val, exc_tb): # noqa: U100 if not self._emitted: - logger.debug("event not emitted. Doing so implicitly...") + logger.debug("user didn't emit the event within the context manager scope. Doing so implicitly upon exit...") # The output is discarded so we can use the private method. self._run()