aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-10-08 11:37:39 -0700
committerTim Newsome <tim@sifive.com>2017-10-08 11:41:55 -0700
commit2da7820833abf82564b1afb778ac40cea60728e2 (patch)
tree5daa941e96ecf07846adc3a89b9e437fd6b4e2ba
parentd5836dceff98df60bee3dc528f248c7f0bc8e6c7 (diff)
downloadriscv-openocd-2da7820833abf82564b1afb778ac40cea60728e2.zip
riscv-openocd-2da7820833abf82564b1afb778ac40cea60728e2.tar.gz
riscv-openocd-2da7820833abf82564b1afb778ac40cea60728e2.tar.bz2
Revert this LOG_INFO to LOG_DEBUG.
Change-Id: I75dd7667a542aa1c6ea10f97fe1e00dd1ecba69d
-rw-r--r--src/rtos/rtos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c
index 5e8ce48..a37f44a 100644
--- a/src/rtos/rtos.c
+++ b/src/rtos/rtos.c
@@ -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);