mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2026-05-21 21:30:40 -05:00
changed a debug print
This commit is contained in:
+1
-1
@@ -2867,7 +2867,7 @@ Ext2FileSystemControl (IN PEXT2_IRP_CONTEXT IrpContext)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
DEBUG(DL_ERR, ( "Ext2FilsSystemControl: Invalid Device Request.\n"));
|
DEBUG(DL_DBG, ( "Ext2FilsSystemControl: Invalid Device Request.\n"));
|
||||||
Status = STATUS_INVALID_DEVICE_REQUEST;
|
Status = STATUS_INVALID_DEVICE_REQUEST;
|
||||||
Ext2CompleteIrpContext(IrpContext, Status);
|
Ext2CompleteIrpContext(IrpContext, Status);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user