mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Simplify debug message for a selected boot option
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5603 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
911361242b
commit
520c936919
@ -195,7 +195,7 @@ BdsLibBootViaBootOption (
|
||||
//
|
||||
gBS->RestoreTPL (TPL_APPLICATION);
|
||||
|
||||
DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Booting EFI way %S\n", Option->Description));
|
||||
DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Booting %S\n", Option->Description));
|
||||
|
||||
Status = gBS->LoadImage (
|
||||
TRUE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user