Update debug message
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
Rafal Kupiec 2024-01-23 22:20:31 +01:00
parent 9421eee002
commit 33e25f881e
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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.");
}