From: Michael D Kinney Date: Tue, 22 Oct 2019 23:50:32 +0000 (-0700) Subject: SecurityPkg: Change EFI_D_INFO to DEBUG_INFO X-Git-Tag: edk2-stable201911~132 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18 SecurityPkg: Change EFI_D_INFO to DEBUG_INFO Update DEBUG() macro to use DEBUG_INFO to address PatchCheck.py error. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Michael D Kinney Reviewed-by: Jiewen Yao Reviewed-by: Jian J Wang --- diff --git a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c index fe2bd749fb..afbecbc00d 100644 --- a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c +++ b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c @@ -341,7 +341,7 @@ MorDriverEntryPoint ( // // Create a Ready To Boot Event and Clear the MorControl bit in the call back function. // - DEBUG ((EFI_D_INFO, "TcgMor: Create ReadyToBoot Event for MorControl Bit cleanning!\n")); + DEBUG ((DEBUG_INFO, "TcgMor: Create ReadyToBoot Event for MorControl Bit cleanning!\n")); Status = EfiCreateEventReadyToBootEx ( TPL_CALLBACK, OnReadyToBoot,