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) {