mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
[WIN32SS:ENG] In case of error, display the name of the problematic file
This commit is contained in:
parent
a8abe1d677
commit
3729b96625
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ EngLoadModuleEx(
|
|||
0);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Failed to open file, hFile=%p, Status=0x%x\n", hFile, Status);
|
||||
DPRINT1("Failed to open file '%S' Status=0x%x\n", pwsz, Status);
|
||||
EngFreeMem(pFileView);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue