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:
mdkinney 2008-08-01 22:51:15 +00:00
parent 911361242b
commit 520c936919
1 changed files with 1 additions and 1 deletions

View File

@ -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,