]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/DxeImageVerificationLib/Measurement.c
Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used only...
[mirror_edk2.git] / SecurityPkg / Library / DxeImageVerificationLib / Measurement.c
index 2213423c3328eeba81810f1c77ee42e40223c34b..1dc29895f31af51f9f7acbcf72e6aa68a00a3086 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Measure TrEE required variable.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2014, 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
@@ -312,7 +312,7 @@ SecureBootHook (
              Data,\r
              DataSize\r
              );\r
-  DEBUG ((EFI_D_ERROR, "MeasureBootPolicyVariable - %r\n", Status));\r
+  DEBUG ((EFI_D_INFO, "MeasureBootPolicyVariable - %r\n", Status));\r
 \r
   if (!EFI_ERROR (Status)) {\r
     AddDataMeasured (VariableName, VendorGuid, Data, DataSize);\r