]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm12CommandLib/Tpm12PhysicalPresence.c
SecurityPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / SecurityPkg / Library / Tpm12CommandLib / Tpm12PhysicalPresence.c
index 208bff594d83c95ada8f7082ed0b5843a3752a0b..6714d17d8eeec48c800b1896c860961216945ca9 100644 (file)
@@ -58,7 +58,7 @@ Tpm12PhysicalPresence (
   }\r
 \r
   if (SwapBytes32(Response.returnCode) != TPM_SUCCESS) {\r
-    DEBUG ((EFI_D_ERROR, "Tpm12PhysicalPresence: Response Code error! 0x%08x\r\n", SwapBytes32(Response.returnCode)));\r
+    DEBUG ((DEBUG_ERROR, "Tpm12PhysicalPresence: Response Code error! 0x%08x\r\n", SwapBytes32(Response.returnCode)));\r
     return EFI_DEVICE_ERROR;\r
   }\r
 \r