]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Change EFI_D_INFO to DEBUG_INFO
authorMichael D Kinney <michael.d.kinney@intel.com>
Tue, 22 Oct 2019 23:50:32 +0000 (16:50 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Wed, 23 Oct 2019 17:23:17 +0000 (10:23 -0700)
Update DEBUG() macro to use DEBUG_INFO to address PatchCheck.py error.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c

index fe2bd749fb49db9f5b7cf645f9d3b2cba3ae99bd..afbecbc00db70f90c5b6843e7ff310d313eaf779 100644 (file)
@@ -341,7 +341,7 @@ MorDriverEntryPoint (
     //\r
     // Create a Ready To Boot Event and Clear the MorControl bit in the call back function.\r
     //\r
-    DEBUG ((EFI_D_INFO, "TcgMor: Create ReadyToBoot Event for MorControl Bit cleanning!\n"));\r
+    DEBUG ((DEBUG_INFO, "TcgMor: Create ReadyToBoot Event for MorControl Bit cleanning!\n"));\r
     Status = EfiCreateEventReadyToBootEx (\r
                TPL_CALLBACK,\r
                OnReadyToBoot,\r