Be quiet when the target is just running normally.

Change-Id: I7861f16ba6b1b5c1851787ce5d78c02aff0568f6
__archive__
Tim Newsome 2016-10-13 10:51:53 -07:00
parent cb93bb9035
commit 3f6c2a9f78
1 changed files with 0 additions and 1 deletions

View File

@ -2070,7 +2070,6 @@ static int poll_target(struct target *target, bool announce)
LOG_DEBUG("halting"); LOG_DEBUG("halting");
} else if (!bits.haltnot && !bits.interrupt) { } else if (!bits.haltnot && !bits.interrupt) {
target->state = TARGET_RUNNING; target->state = TARGET_RUNNING;
LOG_DEBUG("running");
} }
return ERROR_OK; return ERROR_OK;