From afabb7d2730d0a850cc24d86ed2f649021ef9d56 Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Wed, 30 Aug 2023 22:56:11 +0100 Subject: [PATCH] SecurityPkg: Remove reference to deleted variable Should have been removed in 9e5601b1f45048d9d8f7b5a3f260bc6850c0e1a2 --- .../Library/DxeImageVerificationLib/DxeImageVerificationLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c index ac06d51f83..48efab9f08 100644 --- a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c +++ b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c @@ -1611,7 +1611,7 @@ DxeImageVerificationHandler ( IsVerified = TRUE; } else { Action = EFI_IMAGE_EXECUTION_AUTH_SIG_NOT_FOUND; - DEBUG ((DEBUG_INFO, "DxeImageVerificationLib: Image is signed but signature is not allowed by DB and %s hash of image is not found in DB/DBX.\n", mHashTypeStr)); + DEBUG ((DEBUG_INFO, "DxeImageVerificationLib: Image is signed but signature is not allowed by DB and hash of image is not found in DB/DBX.\n")); } } }