diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2019-10-22 16:50:32 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-10-23 10:23:17 -0700 |
commit | 6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18 (patch) | |
tree | 46703fb16240a6d49d1373fcaf250303229670fd /SecurityPkg/Tcg/MemoryOverwriteControl | |
parent | 95d2883647dd8bf91f65cde87e73cede1dcc6574 (diff) | |
download | edk2-6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18.tar.gz edk2-6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18.tar.bz2 edk2-6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18.zip |
SecurityPkg: Change EFI_D_INFO to DEBUG_INFO
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>
Diffstat (limited to 'SecurityPkg/Tcg/MemoryOverwriteControl')
-rw-r--r-- | SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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,
|