From 79aca636ab2f4c4b4c5b80c94ec04f0219aef7b0 Mon Sep 17 00:00:00 2001 From: Samer El-Haj-Mahmoud Date: Tue, 8 Oct 2013 09:27:02 +0000 Subject: Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of these are marked as DEBUG_ERROR when they are really not errors. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud reviewed-by: Fan, Jeff reviewed-by: Tian, Feng git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14750 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 958711ca4e..2dfde0677d 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: -- cgit v1.2.3