mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
sys: FspIopCompleteCanceledIrp: remove extraneous newline from DEBUGLOG
This commit is contained in:
parent
a7fb304a24
commit
1dede99423
@ -240,7 +240,7 @@ VOID FspIopCompleteCanceledIrp(PIRP Irp)
|
|||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp);
|
PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp);
|
||||||
DEBUGLOG("IRP=%p, %s%c, %s%s\n",
|
DEBUGLOG("IRP=%p, %s%c, %s%s",
|
||||||
Irp,
|
Irp,
|
||||||
(const char *)&FspDeviceExtension(IrpSp->DeviceObject)->Kind,
|
(const char *)&FspDeviceExtension(IrpSp->DeviceObject)->Kind,
|
||||||
Irp->RequestorMode == KernelMode ? 'K' : 'U',
|
Irp->RequestorMode == KernelMode ? 'K' : 'U',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user