mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FSP_ENTER_MJ, FSP_LEAVE_MJ
This commit is contained in:
@ -100,7 +100,7 @@ DriverEntry(
|
||||
*/
|
||||
IoRegisterFileSystem(FspFileSystemDeviceObject);
|
||||
|
||||
FSP_LEAVE("DriverObject->DriverName=\"%wZ\", RegistryPath=\"%wZ\"",
|
||||
FSP_LEAVE("DriverName=\"%wZ\", RegistryPath=\"%wZ\"",
|
||||
&DriverObject->DriverName, RegistryPath);
|
||||
}
|
||||
|
||||
@ -116,7 +116,7 @@ FspUnload(
|
||||
FspFileSystemDeviceObject = 0;
|
||||
}
|
||||
|
||||
FSP_LEAVE_VOID("DriverObject->DriverName=\"%wZ\"",
|
||||
FSP_LEAVE_VOID("DriverName=\"%wZ\"",
|
||||
&DriverObject->DriverName);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user