mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-15 00:56:02 -05:00
sys: FSP_ENTER_MJ, FSP_LEAVE_MJ
This commit is contained in:
+2
-2
@@ -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