aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jtag/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/core.c b/src/jtag/core.c
index f90ae99..876faae 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;