mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NTFS] Do not print debug message for every function call by default
This commit is contained in:
parent
16646fb19c
commit
1552434940
8 changed files with 47 additions and 47 deletions
|
@ -60,7 +60,7 @@ NtfsReadFile(PDEVICE_EXTENSION DeviceExt,
|
|||
PCHAR ReadBuffer = (PCHAR)Buffer;
|
||||
ULONGLONG StreamSize;
|
||||
|
||||
DPRINT1("NtfsReadFile(%p, %p, %p, %lu, %lu, %lx, %p)\n", DeviceExt, FileObject, Buffer, Length, ReadOffset, IrpFlags, LengthRead);
|
||||
DPRINT("NtfsReadFile(%p, %p, %p, %lu, %lu, %lx, %p)\n", DeviceExt, FileObject, Buffer, Length, ReadOffset, IrpFlags, LengthRead);
|
||||
|
||||
*LengthRead = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue