Addendum to r64678

svn path=/trunk/; revision=64679
This commit is contained in:
Pierre Schweitzer 2014-10-11 18:03:48 +00:00
parent 6df3ae7aff
commit e13190034d

View file

@ -86,7 +86,7 @@ NtfsOpenFile(PDEVICE_EXTENSION DeviceExt,
NTSTATUS Status;
PWSTR AbsFileName = NULL;
DPRINT1("NtfsOpenFile(%p, %p, %S)\n", DeviceExt, FileObject, FileName);
DPRINT1("NtfsOpenFile(%p, %p, %S, %p)\n", DeviceExt, FileObject, FileName, FoundFCB);
*FoundFCB = NULL;