diff --git a/SecurityPkg/FvReportPei/FvReportPei.c b/SecurityPkg/FvReportPei/FvReportPei.c index e82413e090..9f3ebd8ed1 100644 --- a/SecurityPkg/FvReportPei/FvReportPei.c +++ b/SecurityPkg/FvReportPei/FvReportPei.c @@ -344,6 +344,8 @@ CheckStoredHashFv ( StoredHashFvPpi->FvNumber, BootMode); if (!EFI_ERROR (Status)) { + DEBUG ((DEBUG_INFO, "OBB verification passed (%r)\r\n", Status)); + // // Report the FVs to PEI core and/or DXE core. //