mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Remove reference to deleted variable
Should have been removed in 9e5601b1f4
This commit is contained in:
parent
87db4230b3
commit
afabb7d273
|
@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue