Author: fireball Date: Mon Dec 1 10:30:15 2008 New Revision: 37796
URL: http://svn.reactos.org/svn/reactos?rev=37796&view=rev Log: - Don't enable FULL debug output for a module in trunk unless REALLY necessary.
Modified: trunk/reactos/drivers/filesystems/ext2/inc/ext2fsd.h
Modified: trunk/reactos/drivers/filesystems/ext2/inc/ext2fsd.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/ext2/in... ============================================================================== --- trunk/reactos/drivers/filesystems/ext2/inc/ext2fsd.h [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/ext2/inc/ext2fsd.h [iso-8859-1] Mon Dec 1 10:30:15 2008 @@ -158,7 +158,7 @@ // // 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 | \