Print a reason why module failed to load
Tous les contrôles ont réussi
ci/woodpecker/push/build Pipeline was successful

Cette révision appartient à :
2023-01-15 18:53:09 +01:00
Parent 0c3e18fd86
révision 9a52be5ab9

Voir le fichier

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