Merge pull request #129 from riscv/minor_revert
Revert this LOG_INFO to LOG_DEBUG.
This commit is contained in:
commit
ed415c3cb6
|
@ -434,7 +434,7 @@ int rtos_get_gdb_reg_list(struct connection *connection)
|
||||||
(target->smp))) { /* in smp several current thread are possible */
|
(target->smp))) { /* in smp several current thread are possible */
|
||||||
char *hex_reg_list;
|
char *hex_reg_list;
|
||||||
|
|
||||||
LOG_INFO("RTOS: getting register list for thread 0x%" PRIx64
|
LOG_DEBUG("RTOS: getting register list for thread 0x%" PRIx64
|
||||||
", target->rtos->current_thread=0x%" PRIx64 "\r\n",
|
", target->rtos->current_thread=0x%" PRIx64 "\r\n",
|
||||||
current_threadid,
|
current_threadid,
|
||||||
target->rtos->current_thread);
|
target->rtos->current_thread);
|
||||||
|
|
Loading…
Reference in New Issue