mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
changed the default trace level to MID_TRACE for when DBG is defined.
svn path=/trunk/; revision=3730
This commit is contained in:
parent
e99ad86ebe
commit
4ca5b5aa15
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#ifdef DBG
|
||||
|
||||
/* See debug.h for debug/trace constants */
|
||||
DWORD DebugTraceLevel = MIN_TRACE;
|
||||
DWORD DebugTraceLevel = MID_TRACE;
|
||||
//DWORD DebugTraceLevel = DEBUG_ULTRA;
|
||||
|
||||
#endif /* DBG */
|
||||
|
|
Loading…
Reference in a new issue