mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: FspIopCompleteCanceledIrp: remove extraneous newline from DEBUGLOG
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user