Be quiet when the target is just running normally.
Change-Id: I7861f16ba6b1b5c1851787ce5d78c02aff0568f6__archive__
parent
cb93bb9035
commit
3f6c2a9f78
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue