From: David Brownell Date: Sun, 8 Nov 2009 20:23:17 +0000 (-0800) Subject: Cortex-M3: fix (debug) message priority X-Git-Tag: v0.4.0-rc1~883 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d9df4b13474b25c3170c30a0bee52c387d3d049;p=openocd Cortex-M3: fix (debug) message priority Signed-off-by: David Brownell --- diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index e1578050..6b015ca0 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -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");