Cortex-M3: fix (debug) message priority
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 8 Nov 2009 20:23:17 +0000 (12:23 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 8 Nov 2009 20:23:17 +0000 (12:23 -0800)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/cortex_m3.c

index e157805046adc3e60cb9d5f9967edd3ed368b1e7..6b015ca0f5e268660b9b2ed63b623dc06215f45e 100644 (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");