diff --git a/libs/base/bflb_base_eflash_loader.py b/libs/base/bflb_base_eflash_loader.py index 9a4fb87..362d628 100644 --- a/libs/base/bflb_base_eflash_loader.py +++ b/libs/base/bflb_base_eflash_loader.py @@ -205,7 +205,7 @@ class BaseEflashLoader(object): self.cfg = BFConfigParser() self.cfg.read(self.config_file) else: - printf('Config file not found') + printf('Config file "' + self.config_file + '" not found') self.error_code_print('000B') return (False, 0) if self.interface == 'openocd':