From 7220d87a7216641d951886c9ef5c86b5d8989034 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Sun, 2 Feb 2020 19:48:49 +0300 Subject: [PATCH] OpenCoreMisc: Fix boot path logging --- Platform/OpenCore/OpenCoreMisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/OpenCore/OpenCoreMisc.c b/Platform/OpenCore/OpenCoreMisc.c index 4d13b539401..cb428af1cf7 100644 --- a/Platform/OpenCore/OpenCoreMisc.c +++ b/Platform/OpenCore/OpenCoreMisc.c @@ -63,7 +63,7 @@ OcStoreLoadPath ( DEBUG (( EFI_ERROR (Status) ? DEBUG_WARN : DEBUG_INFO, - "OC: Setting NVRAM %g:%a = %a - %r\n", + "OC: Setting NVRAM %g:%s = %a - %r\n", &gOcVendorVariableGuid, OC_LOG_VARIABLE_PATH, OutPath,