From 3b7640da7b31efb22c5036845de8b477fc0b2ff2 Mon Sep 17 00:00:00 2001 From: "Jarisch, Ferdinand" Date: Fri, 18 Oct 2024 12:59:20 +0200 Subject: [PATCH] chore(scan-reset): Reduce loglevel of expected outcome --- src/gallia/commands/scan/uds/reset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallia/commands/scan/uds/reset.py b/src/gallia/commands/scan/uds/reset.py index a1fde67a5..54f1a6727 100644 --- a/src/gallia/commands/scan/uds/reset.py +++ b/src/gallia/commands/scan/uds/reset.py @@ -153,7 +153,7 @@ async def perform_scan(self, args: Namespace, session: None | int = None) -> Non if session is not None and not args.skip_check_session: try: current_session = await self.ecu.read_session() - logger.result( + logger.info( f"{g_repr(sub_func)}: Currently in session {g_repr(current_session)}, " f"should be {g_repr(session)}" )