]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c
SecurityPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / SecurityPkg / Library / Tpm12DeviceLibTcg / Tpm12DeviceLibTcg.c
index f975b1bc8aaba915225d1c47957251281f739b3a..2869f9ec834c394afa3afa43403210bc50b22b0b 100644 (file)
@@ -47,7 +47,7 @@ Tpm12SubmitCommand (
       //\r
       // TCG protocol is not installed. So, TPM12 is not present.\r
       //\r
-      DEBUG ((EFI_D_ERROR, "Tpm12SubmitCommand - TCG - %r\n", Status));\r
+      DEBUG ((DEBUG_ERROR, "Tpm12SubmitCommand - TCG - %r\n", Status));\r
       return EFI_NOT_FOUND;\r
     }\r
   }\r
@@ -91,7 +91,7 @@ Tpm12RequestUseTpm (
       //\r
       // TCG protocol is not installed. So, TPM12 is not present.\r
       //\r
-      DEBUG ((EFI_D_ERROR, "Tpm12RequestUseTpm - TCG - %r\n", Status));\r
+      DEBUG ((DEBUG_ERROR, "Tpm12RequestUseTpm - TCG - %r\n", Status));\r
       return EFI_NOT_FOUND;\r
     }\r
   }\r