From 4d48dd5aaa020849f8337865f9532c1461bb9649 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Thu, 6 Jul 2023 15:27:41 +0200 Subject: [PATCH] stepreporter: fix class name in DeprecationWarning Fixes: a3df4e66 ("stepreporter: deprecate it") Signed-off-by: Bastian Krause --- labgrid/stepreporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labgrid/stepreporter.py b/labgrid/stepreporter.py index fc9d9f7a1..e88c51c99 100644 --- a/labgrid/stepreporter.py +++ b/labgrid/stepreporter.py @@ -19,7 +19,7 @@ def start(cls): from warnings import warn warn( """ - StepLogger is deprecated, use the StepLogger and basicConfig from labgrid.logging + StepReporter is deprecated, use the StepLogger and basicConfig from labgrid.logging instead which integrates with the python logging infrastructure. """, DeprecationWarning,