Cortex-M3: fix (debug) message priority

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell 2009-11-08 12:23:17 -08:00
parent 3e6f9e8d1e
commit 7d9df4b134
1 changed files with 1 additions and 1 deletions

View File

@ -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");