mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
Turned off debug output in CVS (we need a better way to do this).
svn path=/trunk/; revision=11854
This commit is contained in:
parent
baad262a94
commit
6a56469c5a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#ifdef DBG
|
||||
|
||||
/* See debug.h for debug/trace constants */
|
||||
DWORD DebugTraceLevel = /*MIN_TRACE*/DEBUG_ULTRA;
|
||||
DWORD DebugTraceLevel = MIN_TRACE;
|
||||
|
||||
#endif /* DBG */
|
||||
|
||||
|
|
Loading…
Reference in a new issue