Fix broken KdPrint

svn path=/trunk/; revision=74770
This commit is contained in:
Pierre Schweitzer 2017-06-03 16:54:18 +00:00
parent e1cb837969
commit 70740f2a14

View file

@ -348,7 +348,7 @@ UDFMountVolume(
// KdPrint(("Build " VER_STR_PRODUCT "\n\n"));
fsDeviceObject = PtrIrpContext->TargetDeviceObject;
KdPrint(("Mount on device object %x\n"));
KdPrint(("Mount on device object %x\n", fsDeviceObject));
filterDevExt = (PFILTER_DEV_EXTENSION)fsDeviceObject->DeviceExtension;
if (filterDevExt->NodeIdentifier.NodeType == UDF_NODE_TYPE_FILTER_DEVOBJ &&
filterDevExt->NodeIdentifier.NodeSize == sizeof(FILTER_DEV_EXTENSION)) {