summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/CpuDxe.c
diff options
context:
space:
mode:
authorSamer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com>2013-10-08 09:27:02 +0000
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>2013-10-08 09:27:02 +0000
commit79aca636ab2f4c4b4c5b80c94ec04f0219aef7b0 (patch)
tree5a87e2e7d33b2d31200508fbbd22b7b6a1c95c3a /UefiCpuPkg/CpuDxe/CpuDxe.c
parent72f2eca287ec08dcc32adbf1bb6756b5b97b6f34 (diff)
downloadedk2-79aca636ab2f4c4b4c5b80c94ec04f0219aef7b0.tar.gz
edk2-79aca636ab2f4c4b4c5b80c94ec04f0219aef7b0.tar.bz2
edk2-79aca636ab2f4c4b4c5b80c94ec04f0219aef7b0.zip
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 <samer.el-haj-mahmoud@hp.com> reviewed-by: Fan, Jeff <jeff.fan@intel.com> reviewed-by: Tian, Feng <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14750 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuDxe/CpuDxe.c')
-rw-r--r--UefiCpuPkg/CpuDxe/CpuDxe.c6
1 files 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: