Merge pull request #129 from riscv/minor_revert

Revert this LOG_INFO to LOG_DEBUG.
This commit is contained in:
Tim Newsome
2017-10-09 11:06:08 -07:00
committed by GitHub
+1 -1
View File
@@ -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);