Print a reason why module failed to load

这个提交包含在:
2023-01-15 18:53:09 +01:00
父节点 0c3e18fd86
当前提交 9a52be5ab9

查看文件

@@ -166,7 +166,7 @@ BlLoadEfiModules()
}
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 */