Print a reason why module failed to load
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-01-15 18:53:09 +01:00
parent 0c3e18fd86
commit 9a52be5ab9
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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 */