From b4a3a4d8e35197b9b4e7e2f9535f1dc6a00c484f Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 1 Dec 2008 16:30:15 +0000 Subject: [PATCH] - Don't enable FULL debug output for a module in trunk unless REALLY necessary. svn path=/trunk/; revision=37796 --- reactos/drivers/filesystems/ext2/inc/ext2fsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/filesystems/ext2/inc/ext2fsd.h b/reactos/drivers/filesystems/ext2/inc/ext2fsd.h index db76760e4d0..1ad79de9525 100644 --- a/reactos/drivers/filesystems/ext2/inc/ext2fsd.h +++ b/reactos/drivers/filesystems/ext2/inc/ext2fsd.h @@ -158,7 +158,7 @@ extern Ext2Data Ext2GlobalData; // // The permitted DebugTrace types... // -#define PERMITTED_DEBUG_TRACE_TYPES /* DEBUG_TRACE_TRIPLE */ DEBUG_TRACE_ALL +#define PERMITTED_DEBUG_TRACE_TYPES DEBUG_TRACE_NONE /* #define PERMITTED_DEBUG_TRACE_TYPES DEBUG_TRACE_ERROR | DEBUG_TRACE_IRP_ENTRY | \ DEBUG_TRACE_FILE_NAME | DEBUG_TRACE_SPECIAL | \