diff --git a/Library/OcMainLib/OpenCoreUefi.c b/Library/OcMainLib/OpenCoreUefi.c index 6bbe93ea..a848e502 100644 --- a/Library/OcMainLib/OpenCoreUefi.c +++ b/Library/OcMainLib/OpenCoreUefi.c @@ -506,13 +506,13 @@ OcLoadAppleSecureBoot ( Status = OcAppleImg4BootstrapValues (RealSecureBootModel, Config->Misc.Security.ApECID); if (EFI_ERROR (Status)) { - DEBUG ((DEBUG_ERROR, "OC: Failed to bootstrap IMG4 values - %r\n", Status)); + DEBUG ((DEBUG_ERROR, "OC: Failed to bootstrap IMG4 NVRAM values - %r\n", Status)); return; } Status = OcAppleSecureBootBootstrapValues (RealSecureBootModel, Config->Misc.Security.ApECID); if (EFI_ERROR (Status)) { - DEBUG ((DEBUG_ERROR, "OC: Failed to bootstrap SB values - %r\n", Status)); + DEBUG ((DEBUG_ERROR, "OC: Failed to bootstrap SB NVRAM values - %r\n", Status)); return; } }