[OOPS] That was not meant to be pushed/commited

This commit is contained in:
Pierre Schweitzer 2019-02-10 20:52:55 +01:00
parent d2c71d761e
commit 6295cc506e
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
5 changed files with 3 additions and 40 deletions

View file

@ -904,7 +904,7 @@ NtfsUserFsRequest(PDEVICE_OBJECT DeviceObject,
PIO_STACK_LOCATION Stack;
PDEVICE_EXTENSION DeviceExt;
DPRINT("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
DPRINT1("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
Stack = IoGetCurrentIrpStackLocation(Irp);
DeviceExt = DeviceObject->DeviceExtension;
@ -966,7 +966,7 @@ NtfsFileSystemControl(PNTFS_IRP_CONTEXT IrpContext)
PIRP Irp;
PDEVICE_OBJECT DeviceObject;
DPRINT("NtfsFileSystemControl() called\n");
DPRINT1("NtfsFileSystemControl() called\n");
DeviceObject = IrpContext->DeviceObject;
Irp = IrpContext->Irp;