From: David B. <dbr...@us...> - 2009-11-08 21:24:26
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 7d9df4b13474b25c3170c30a0bee52c387d3d049 (commit) from 3e6f9e8d1e65c4da505ff78481d54a115520d3d1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7d9df4b13474b25c3170c30a0bee52c387d3d049 Author: David Brownell <dbr...@us...> Date: Sun Nov 8 12:23:17 2009 -0800 Cortex-M3: fix (debug) message priority Signed-off-by: David Brownell <dbr...@us...> diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index e157805..6b015ca 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"); ----------------------------------------------------------------------- Summary of changes: src/target/cortex_m3.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |