Skip to content

Commit 23b347d

Browse files
author
Mykhailo Androsiuk
committed
Log config file path
Added a log message to show the path of the configuration file being used. This improves visibility and helps users understand which config is applied during flashing. Signed-off-by: Mykhailo Androsiuk <mykhailo_androsiuk@epam.com>
1 parent 0dcda6d commit 23b347d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rcar_flash/rcar_flash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def main():
8888
help='List of loaders to flash or "all" to flash all')
8989

9090
args = parser.parse_args()
91+
log.info(f"Using configuration file: {args.conf.name}")
9192

9293
actions = {
9394
"list-loaders": do_list_loaders,

0 commit comments

Comments
 (0)