From 991d030fcc9be971f29498ea7e1b3afbed05815b Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 7 Jan 2010 22:39:35 +0000 Subject: [PATCH] MIPS: change bulk_write_memory fallback msg to LOG_DEBUG Signed-off-by: Spencer Oliver --- src/target/mips_m4k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/mips_m4k.c b/src/target/mips_m4k.c index 312fc09cf5..f229690be5 100644 --- a/src/target/mips_m4k.c +++ b/src/target/mips_m4k.c @@ -1004,7 +1004,7 @@ int mips_m4k_bulk_write_memory(struct target *target, uint32_t address, uint32_t if (retval != ERROR_OK) { /* FASTDATA access failed, try normal memory write */ - LOG_WARNING("Fastdata access Failed, falling back to non-bulk write"); + LOG_DEBUG("Fastdata access Failed, falling back to non-bulk write"); retval = mips_m4k_write_memory(target, address, 4, count, buffer); } -- 2.30.2