[ros-diffs] [fireball] 37796: - Don't enable FULL debug output for a module in trunk unless REALLY necessary.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Dec 1 17:30:16 CET 2008


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/inc/ext2fsd.h?rev=37796&r1=37795&r2=37796&view=diff
==============================================================================
--- 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	|	\



More information about the Ros-diffs mailing list