mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
72f2eca287
commit
79aca636ab
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue