Revision: 14750
http://sourceforge.net/p/edk2/code/14750
Author: erictian
Date: 2013-10-08 09:27:02 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
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 <[email protected]>
reviewed-by: Fan, Jeff <[email protected]>
reviewed-by: Tian, Feng <[email protected]>
Modified Paths:
--------------
trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.c
Modified: trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.c
===================================================================
--- trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.c 2013-10-08 06:37:17 UTC (rev
14749)
+++ trunk/edk2/UefiCpuPkg/CpuDxe/CpuDxe.c 2013-10-08 09:27:02 UTC (rev
14750)
@@ -637,9 +637,9 @@
// 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:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits