]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c
SecurityPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibTcg2 / Tpm2DeviceLibTcg2.c
index c34c417093274de20f6e6f3c5b67e1e6ab0bf809..9d12695a62581f527ed448d5e50b7753a8a2a106 100644 (file)
@@ -46,7 +46,7 @@ Tpm2SubmitCommand (
       //\r
       // Tcg2 protocol is not installed. So, TPM2 is not present.\r
       //\r
-      DEBUG ((EFI_D_ERROR, "Tpm2SubmitCommand - Tcg2 - %r\n", Status));\r
+      DEBUG ((DEBUG_ERROR, "Tpm2SubmitCommand - Tcg2 - %r\n", Status));\r
       return EFI_NOT_FOUND;\r
     }\r
   }\r
@@ -90,7 +90,7 @@ Tpm2RequestUseTpm (
       //\r
       // Tcg2 protocol is not installed. So, TPM2 is not present.\r
       //\r
-      DEBUG ((EFI_D_ERROR, "Tpm2RequestUseTpm - Tcg2 - %r\n", Status));\r
+      DEBUG ((DEBUG_ERROR, "Tpm2RequestUseTpm - Tcg2 - %r\n", Status));\r
       return EFI_NOT_FOUND;\r
     }\r
   }\r