Skip to content

Commit

Permalink
log current firmware_version at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Dec 20, 2024
1 parent 42e1906 commit af2a514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/otaclient/ota_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ def __init__(

self.started = True
logger.info("otaclient started")
logger.info(f"firmware_version: {self.current_version}")

def _on_failure(
self,
Expand Down

0 comments on commit af2a514

Please sign in to comment.