mirror of https://github.com/acidanthera/audk.git
Add useful DEBUG message for determining the when drivers are
being loaded and dispatched. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6686 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7c04a67908
commit
9490351076
|
@ -442,6 +442,7 @@ CoreDispatcher (
|
||||||
// skip the LoadImage
|
// skip the LoadImage
|
||||||
//
|
//
|
||||||
if (DriverEntry->ImageHandle == NULL) {
|
if (DriverEntry->ImageHandle == NULL) {
|
||||||
|
DEBUG ((DEBUG_INFO, "Loading driver %g\n", &DriverEntry->FileName));
|
||||||
Status = CoreLoadImage (
|
Status = CoreLoadImage (
|
||||||
FALSE,
|
FALSE,
|
||||||
gDxeCoreImageHandle,
|
gDxeCoreImageHandle,
|
||||||
|
|
Loading…
Reference in New Issue