forked from xt-sys/exectos
Print a reason why module failed to load
This commit is contained in:
parent
0c3e18fd86
commit
9a52be5ab9
@ -166,7 +166,7 @@ BlLoadEfiModules()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
BlDbgPrint(L"ERROR: Unable to load module\n");
|
BlDbgPrint(L"ERROR: Unable to load module (Status code: %lx)\n", Status);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Free memory and skip module */
|
/* Free memory and skip module */
|
||||||
|
Loading…
Reference in New Issue
Block a user