Make the "step any thread" message a DEBUG message
This commit is contained in:
parent
05190fabd8
commit
b5c0f70aa8
|
@ -1688,7 +1688,7 @@ int riscv_step_rtos_hart(struct target *target)
|
||||||
if (riscv_rtos_enabled(target)) {
|
if (riscv_rtos_enabled(target)) {
|
||||||
hartid = r->rtos_hartid;
|
hartid = r->rtos_hartid;
|
||||||
if (hartid == -1) {
|
if (hartid == -1) {
|
||||||
LOG_USER("GDB has asked me to step \"any\" thread, so I'm stepping hart 0.");
|
LOG_DEBUG("GDB has asked me to step \"any\" thread, so I'm stepping hart 0.");
|
||||||
hartid = 0;
|
hartid = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue