mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +00:00
returned debug level to MIN_TRACE
svn path=/trunk/; revision=5991
This commit is contained in:
parent
aa20c8ca0e
commit
b078e28da7
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
#ifdef DBG
|
||||
|
||||
/* See debug.h for debug/trace constants */
|
||||
DWORD DebugTraceLevel = -1;
|
||||
DWORD DebugTraceLevel = MIN_TRACE;
|
||||
|
||||
#endif /* DBG */
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <tcp.h>
|
||||
|
||||
#ifdef DBG
|
||||
DWORD DebugTraceLevel = MID_TRACE;
|
||||
DWORD DebugTraceLevel = MIN_TRACE;
|
||||
#endif /* DBG */
|
||||
|
||||
PDEVICE_OBJECT TCPDeviceObject = NULL;
|
||||
|
|
Loading…
Reference in a new issue