Print a reason why module failed to load

このコミットが含まれているのは:
2023-01-15 18:53:09 +01:00
コミット 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 */