From f6c0d34c1f195d4b47c2163972e02edb8d6b12f7 Mon Sep 17 00:00:00 2001 From: Bo Branten Date: Mon, 27 Apr 2026 13:56:10 +0200 Subject: [PATCH] changed a debug print --- Ext4Fsd/fsctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ext4Fsd/fsctl.c b/Ext4Fsd/fsctl.c index ca2b18d..ba14477 100644 --- a/Ext4Fsd/fsctl.c +++ b/Ext4Fsd/fsctl.c @@ -2867,7 +2867,7 @@ Ext2FileSystemControl (IN PEXT2_IRP_CONTEXT IrpContext) default: - DEBUG(DL_ERR, ( "Ext2FilsSystemControl: Invalid Device Request.\n")); + DEBUG(DL_DBG, ( "Ext2FilsSystemControl: Invalid Device Request.\n")); Status = STATUS_INVALID_DEVICE_REQUEST; Ext2CompleteIrpContext(IrpContext, Status); }