mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
StandaloneMmPkg/Core: Print discovered drivers that weren't dispatched
This is very useful debugging information. It often helps debug where driver load failures started, which dependency was unmet. Perhaps this was commented out while the standalone MM core was developed. Signed-off-by: Benjamin Doron <benjamin.doron@9elements.com>
This commit is contained in:
parent
6ac2005576
commit
9d583d770b
1 changed files with 3 additions and 1 deletions
|
|
@ -265,7 +265,9 @@ MmReadyToLockHandler (
|
|||
// Display any drivers that were not dispatched because dependency expression
|
||||
// evaluated to false if this is a debug build
|
||||
//
|
||||
// MmDisplayDiscoveredNotDispatched ();
|
||||
DEBUG_CODE_BEGIN ();
|
||||
MmDisplayDiscoveredNotDispatched ();
|
||||
DEBUG_CODE_END ();
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue