aqhome-tool: increased verbosity

This commit is contained in:
Martin Preuss
2023-04-22 16:37:15 +02:00
parent ebd5829435
commit ad925c38ab

View File

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