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
commit ed415c3cb6
1 changed files with 1 additions and 1 deletions

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);