[WIN32SS:ENG] In case of error, display the name of the problematic file

This commit is contained in:
Hervé Poussineau 2025-05-08 21:47:01 +02:00
parent a8abe1d677
commit 3729b96625

View file

@ -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;
}