returned debug level to MIN_TRACE

svn path=/trunk/; revision=5991
This commit is contained in:
Vizzini 2003-09-05 06:25:44 +00:00
parent aa20c8ca0e
commit b078e28da7
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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;