X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FTpm12DeviceLibTcg%2FTpm12DeviceLibTcg.c;h=2869f9ec834c394afa3afa43403210bc50b22b0b;hp=f975b1bc8aaba915225d1c47957251281f739b3a;hb=e905fbb05adfc050e2953309e64f44e8562c0ddd;hpb=ca56749b0eba28d429e3d58fabca26c6a995fa44 diff --git a/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c index f975b1bc8a..2869f9ec83 100644 --- a/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c +++ b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c @@ -47,7 +47,7 @@ Tpm12SubmitCommand ( // // TCG protocol is not installed. So, TPM12 is not present. // - DEBUG ((EFI_D_ERROR, "Tpm12SubmitCommand - TCG - %r\n", Status)); + DEBUG ((DEBUG_ERROR, "Tpm12SubmitCommand - TCG - %r\n", Status)); return EFI_NOT_FOUND; } } @@ -91,7 +91,7 @@ Tpm12RequestUseTpm ( // // TCG protocol is not installed. So, TPM12 is not present. // - DEBUG ((EFI_D_ERROR, "Tpm12RequestUseTpm - TCG - %r\n", Status)); + DEBUG ((DEBUG_ERROR, "Tpm12RequestUseTpm - TCG - %r\n", Status)); return EFI_NOT_FOUND; } }