派生自 xt-sys/exectos
Print a reason why module failed to load
这个提交包含在:
@@ -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 */
|
||||
|
||||
在新工单中引用
屏蔽一个用户