diff options
Diffstat (limited to 'chip/g/upgrade_fw.c')
-rw-r--r-- | chip/g/upgrade_fw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/g/upgrade_fw.c b/chip/g/upgrade_fw.c index f77d4145e8..d5be0f4491 100644 --- a/chip/g/upgrade_fw.c +++ b/chip/g/upgrade_fw.c @@ -214,6 +214,7 @@ void fw_upgrade_command_handler(void *body, */ if (!valid_sections.ro_top_offset || !valid_sections.rw_top_offset) { + CPRINTF("%s:%d\n", __func__, __LINE__); rpdu->return_value = htobe32(UPGRADE_GEN_ERROR); return; } |