Print a reason why module failed to load
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user