Cortex-M3: fix (debug) message priority
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
parent
3e6f9e8d1e
commit
7d9df4b134
|
@ -1578,7 +1578,7 @@ fail1:
|
|||
*register_get_last_cache_p(&target->reg_cache) = cache;
|
||||
cm3->dwt_cache = cache;
|
||||
|
||||
LOG_INFO("DWT dwtcr 0x%" PRIx32 ", comp %d, watch%s",
|
||||
LOG_DEBUG("DWT dwtcr 0x%" PRIx32 ", comp %d, watch%s",
|
||||
dwtcr, cm3->dwt_num_comp,
|
||||
(dwtcr & (0xf << 24)) ? " only" : "/trigger");
|
||||
|
||||
|
|
Loading…
Reference in New Issue