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
/* See debug.h for debug/trace constants */
DWORD DebugTraceLevel = -1;
DWORD DebugTraceLevel = MIN_TRACE;
#endif /* DBG */

View file

@ -17,7 +17,7 @@
#include <tcp.h>
#ifdef DBG
DWORD DebugTraceLevel = MID_TRACE;
DWORD DebugTraceLevel = MIN_TRACE;
#endif /* DBG */
PDEVICE_OBJECT TCPDeviceObject = NULL;