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:
jljusten 2008-11-24 00:14:27 +00:00
parent 7c04a67908
commit 9490351076
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,7 @@ CoreDispatcher (
// skip the LoadImage
//
if (DriverEntry->ImageHandle == NULL) {
DEBUG ((DEBUG_INFO, "Loading driver %g\n", &DriverEntry->FileName));
Status = CoreLoadImage (
FALSE,
gDxeCoreImageHandle,