Merge pull request #129 from riscv/minor_revert
Revert this LOG_INFO to LOG_DEBUG.
This commit is contained in:
+1
-1
@@ -434,7 +434,7 @@ int rtos_get_gdb_reg_list(struct connection *connection)
|
||||
(target->smp))) { /* in smp several current thread are possible */
|
||||
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",
|
||||
current_threadid,
|
||||
target->rtos->current_thread);
|
||||
|
||||
Reference in New Issue
Block a user