From ad925c38abe092748614311692622294bb8f4435 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 22 Apr 2023 16:37:15 +0200 Subject: [PATCH] aqhome-tool: increased verbosity --- apps/aqhome-tool/flash.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/aqhome-tool/flash.c b/apps/aqhome-tool/flash.c index 48bf4e4..409df75 100644 --- a/apps/aqhome-tool/flash.c +++ b/apps/aqhome-tool/flash.c @@ -279,6 +279,8 @@ AQH_FLASHRECORD_LIST *_readHexfileIntoFlashRecordList(const char *hexFilename) AQH_HEXFILE *hexfile; AQH_FLASHRECORD_LIST *flashRecordList; + fprintf(stdout, "Reading hexfile \"%s\"\n", hexFilename); + /* read hexfile */ hexfile=AQH_Hexfile_fromFile(hexFilename); if (hexfile==NULL) {