Skip to content

Commit

Permalink
OpenCoreMisc: Fix boot path logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Feb 2, 2020
1 parent 74bc374 commit 7220d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/OpenCore/OpenCoreMisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7220d87

Please sign in to comment.