Make the "step any thread" message a DEBUG message

This commit is contained in:
Palmer Dabbelt 2018-05-31 20:26:27 -07:00
parent 05190fabd8
commit b5c0f70aa8
1 changed files with 1 additions and 1 deletions

View File

@ -1688,7 +1688,7 @@ int riscv_step_rtos_hart(struct target *target)
if (riscv_rtos_enabled(target)) {
hartid = r->rtos_hartid;
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;
}
}