diff options
-rw-r--r-- | SecurityPkg/FvReportPei/FvReportPei.c | 2 |
1 files changed, 2 insertions, 0 deletions
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.
//
|