aqhome-tool: increased verbosity
This commit is contained in:
@@ -279,6 +279,8 @@ AQH_FLASHRECORD_LIST *_readHexfileIntoFlashRecordList(const char *hexFilename)
|
|||||||
AQH_HEXFILE *hexfile;
|
AQH_HEXFILE *hexfile;
|
||||||
AQH_FLASHRECORD_LIST *flashRecordList;
|
AQH_FLASHRECORD_LIST *flashRecordList;
|
||||||
|
|
||||||
|
fprintf(stdout, "Reading hexfile \"%s\"\n", hexFilename);
|
||||||
|
|
||||||
/* read hexfile */
|
/* read hexfile */
|
||||||
hexfile=AQH_Hexfile_fromFile(hexFilename);
|
hexfile=AQH_Hexfile_fromFile(hexFilename);
|
||||||
if (hexfile==NULL) {
|
if (hexfile==NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user