From 33e25f881ed6da0394132aad2381841256f983fc Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 23 Jan 2024 22:20:31 +0100 Subject: [PATCH] Update debug message --- xtldr/textui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtldr/textui.c b/xtldr/textui.c index 753ebb55..d9d22262 100644 --- a/xtldr/textui.c +++ b/xtldr/textui.c @@ -139,7 +139,7 @@ BlDisplayBootMenu() if(Status != STATUS_SUCCESS) { /* Failed to boot OS */ - BlDebugPrint(L"ERROR: Failed to boot OS '%S' (Status Code: 0x%lx)\n", + BlDebugPrint(L"ERROR: Failed to boot '%S' (Status Code: 0x%lx)\n", MenuEntries[HighligtedEntryId].EntryName, Status); BlDisplayErrorDialog(L"XTLDR", L"Failed to startup the selected Operating System."); } @@ -283,7 +283,7 @@ BlDisplayBootMenu() if(Status != STATUS_SUCCESS) { /* Failed to boot OS */ - BlDebugPrint(L"ERROR: Failed to boot OS '%S' (Status Code: 0x%lx)\n", + BlDebugPrint(L"ERROR: Failed to boot '%S' (Status Code: 0x%lx)\n", MenuEntries[HighligtedEntryId].EntryName, Status); BlDisplayErrorDialog(L"XTLDR", L"Failed to startup the selected Operating System."); }