From f2c989157c07e275c99af8d3f176a002350ab4e1 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 9 Oct 2013 01:41:26 +0000 Subject: [PATCH] Sync patch r14750from main trunk. Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of these are marked as DEBUG_ERROR when they are really not errors. git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@14753 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/CpuDxe/CpuDxe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.c b/UefiCpuPkg/CpuDxe/CpuDxe.c index 7835e233b2..2faa483590 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.c +++ b/UefiCpuPkg/CpuDxe/CpuDxe.c @@ -637,9 +637,9 @@ CpuSetMemoryAttributes ( // to avoid unnecessary computing. // if (mIsFlushingGCD) { - DEBUG((EFI_D_ERROR, " Flushing GCD\n")); - return EFI_SUCCESS; - } + DEBUG((EFI_D_INFO, " Flushing GCD\n")); + return EFI_SUCCESS; + } switch (Attributes) { case EFI_MEMORY_UC: