diff --git a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c index c07e38966e..cc476c7df2 100644 --- a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c +++ b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c @@ -692,6 +692,8 @@ InitializeFvAndVariableStoreHeaders ( // Fv = (EFI_FIRMWARE_VOLUME_HEADER *)Ptr; Fv->Checksum = CalculateCheckSum16 (Ptr, Fv->HeaderLength); + + DEBUG ((DEBUG_INFO, "EMU Variable FVB: Initialized FV using template structure\n")); } /**