From 510fc28401d9515432f8c4ef6f1606761ffb7314 Mon Sep 17 00:00:00 2001 From: MikeBeaton Date: Wed, 20 Jul 2022 07:06:35 +0100 Subject: [PATCH] OcBootManagementLib: Add missing LF --- Library/OcBootManagementLib/BootEntryManagement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OcBootManagementLib/BootEntryManagement.c b/Library/OcBootManagementLib/BootEntryManagement.c index 503036fb..813fadd5 100644 --- a/Library/OcBootManagementLib/BootEntryManagement.c +++ b/Library/OcBootManagementLib/BootEntryManagement.c @@ -1682,7 +1682,7 @@ AddFileSystemEntryForCustom ( if (EFI_ERROR (Status)) { DEBUG (( DEBUG_WARN, - "OCB: Failed to add custom entry %a - %r", + "OCB: Failed to add custom entry %a - %r\n", BootContext->PickerContext->CustomEntries[Index].Name, Status )); -- GitLab