diff --git a/src/jtag/core.c b/src/jtag/core.c index f90ae99ba..876faaec4 100644 --- a/src/jtag/core.c +++ b/src/jtag/core.c @@ -1107,7 +1107,7 @@ static int jtag_examine_chain(void) if ((idcode & 1) == 0) { /* Zero for LSB indicates a device in bypass */ - LOG_INFO("TAP %s does not have IDCODE", tap->dotted_name); + LOG_INFO("TAP %s has invalid IDCODE (0x%x)", tap->dotted_name, idcode); tap->hasidcode = false; tap->idcode = 0;