Remove unnecessary debug messages
This commit is contained in:
parent
12e8704ffb
commit
18c9cc1644
@ -121,8 +121,6 @@ BlInitializeBootMenuList(OUT PXTBL_BOOTMENU_ITEM MenuEntries,
|
|||||||
/* Set default menu entry to last booted OS */
|
/* Set default menu entry to last booted OS */
|
||||||
DefaultMenuEntry = LastBooted;
|
DefaultMenuEntry = LastBooted;
|
||||||
}
|
}
|
||||||
BlDebugPrint(L"Last booted OS: '%S' - '%S'\n", LastBooted, DefaultMenuEntry);
|
|
||||||
BlSleepExecution(5000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Iterate through all menu sections */
|
/* Iterate through all menu sections */
|
||||||
@ -321,9 +319,6 @@ BlInvokeBootProtocol(IN PWCHAR ShortName,
|
|||||||
/* Failed to save chosen Operating System */
|
/* Failed to save chosen Operating System */
|
||||||
BlDebugPrint(L"WARNING: Failed to save chosen Operating System in NVRAM (Status Code: 0x%zX)\n", Status);
|
BlDebugPrint(L"WARNING: Failed to save chosen Operating System in NVRAM (Status Code: 0x%zX)\n", Status);
|
||||||
}
|
}
|
||||||
|
|
||||||
BlDebugPrint(L"Now setting OS: '%S'\n", ShortName);
|
|
||||||
BlSleepExecution(5000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Boot Operating System */
|
/* Boot Operating System */
|
||||||
|
Loading…
Reference in New Issue
Block a user