Revert this LOG_INFO to LOG_DEBUG.
Change-Id: I75dd7667a542aa1c6ea10f97fe1e00dd1ecba69d
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