summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/target/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target.c b/src/target/target.c
index 3ed7fc4e..b2220c0b 100644
--- a/src/target/target.c
+++ b/src/target/target.c
@@ -1642,7 +1642,7 @@ int target_wait_state(target_t *target, enum target_state state, int ms)
if (once)
{
once=0;
- LOG_USER("waiting for target %s...", target_state_strings[state]);
+ LOG_DEBUG("waiting for target %s...", target_state_strings[state]);
}
gettimeofday(&now, NULL);