mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
- Don't enable FULL debug output for a module in trunk unless REALLY necessary.
svn path=/trunk/; revision=37796
This commit is contained in:
parent
61106bdf73
commit
b4a3a4d8e3
1 changed files with 1 additions and 1 deletions
|
@ -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 | \
|
||||
|
|
Loading…
Reference in a new issue