mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +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
|
#ifdef DBG
|
||||||
|
|
||||||
/* See debug.h for debug/trace constants */
|
/* See debug.h for debug/trace constants */
|
||||||
DWORD DebugTraceLevel = -1;
|
DWORD DebugTraceLevel = MIN_TRACE;
|
||||||
|
|
||||||
#endif /* DBG */
|
#endif /* DBG */
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#include <tcp.h>
|
#include <tcp.h>
|
||||||
|
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
DWORD DebugTraceLevel = MID_TRACE;
|
DWORD DebugTraceLevel = MIN_TRACE;
|
||||||
#endif /* DBG */
|
#endif /* DBG */
|
||||||
|
|
||||||
PDEVICE_OBJECT TCPDeviceObject = NULL;
|
PDEVICE_OBJECT TCPDeviceObject = NULL;
|
||||||
|
|
Loading…
Reference in a new issue