aqhome-tool: increased verbosity
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user