Skip to content

Commit

Permalink
stepreporter: fix class name in DeprecationWarning
Browse files Browse the repository at this point in the history
Fixes: a3df4e6 ("stepreporter: deprecate it")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
  • Loading branch information
Bastian-Krause committed Jul 6, 2023
1 parent 8012c90 commit 4d48dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labgrid/stepreporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4d48dd5

Please sign in to comment.