]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/FirmwarePerformanceDxe: Error Level is not used correctly
authorJeff Fan <jeff.fan@intel.com>
Thu, 20 Apr 2017 06:08:53 +0000 (14:08 +0800)
committerJeff Fan <jeff.fan@intel.com>
Fri, 21 Apr 2017 02:46:49 +0000 (10:46 +0800)
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.c

index 6f6ea073aa82e0a0338c2620f82a15a5afa1bb7a..b004cac95aaef60c7b07a6fb78cde5e3c10d211c 100644 (file)
@@ -5,7 +5,7 @@
   for Firmware Basic Boot Performance Record and other boot performance records, \r
   and install FPDT to ACPI table.\r
 \r
-  Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -876,7 +876,7 @@ FirmwarePerformanceDxeEntryPoint (
     //\r
     // SEC Performance Data Hob not found, ResetEnd in ACPI FPDT table will be 0.\r
     //\r
-    DEBUG ((EFI_D_ERROR, "FPDT: WARNING: SEC Performance Data Hob not found, ResetEnd will be set to 0!\n"));\r
+    DEBUG ((DEBUG_WARN, "FPDT: WARNING: SEC Performance Data Hob not found, ResetEnd will be set to 0!\n"));\r
   }\r
 \r
   if (FeaturePcdGet (PcdFirmwarePerformanceDataTableS3Support)) {\r