mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Display status code when the file can't be opened
svn path=/trunk/; revision=18121
This commit is contained in:
@@ -258,7 +258,7 @@ LdrLoadModule(
|
||||
CHECKPOINT;
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
CPRINT("Could not open module file: %wZ\n", Filename);
|
||||
CPRINT("Could not open module file: %wZ (Status 0x%08lx)\n", Filename, Status);
|
||||
return(Status);
|
||||
}
|
||||
CHECKPOINT;
|
||||
|
||||
Reference in New Issue
Block a user