Skip to content

Commit

Permalink
chore(scan-reset): Reduce loglevel of expected outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandjarisch committed Oct 23, 2024
1 parent 32045bf commit 3b7640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/commands/scan/uds/reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"
)
Expand Down

0 comments on commit 3b7640d

Please sign in to comment.