SecurityPkg: Remove reference to deleted variable

Should have been removed in 9e5601b1f4
This commit is contained in:
Mike Beaton 2023-08-30 22:56:11 +01:00
parent 87db4230b3
commit afabb7d273
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}
}
}