mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -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
|
||||
PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp);
|
||||
DEBUGLOG("IRP=%p, %s%c, %s%s\n",
|
||||
DEBUGLOG("IRP=%p, %s%c, %s%s",
|
||||
Irp,
|
||||
(const char *)&FspDeviceExtension(IrpSp->DeviceObject)->Kind,
|
||||
Irp->RequestorMode == KernelMode ? 'K' : 'U',
|
||||
|
Loading…
x
Reference in New Issue
Block a user