turned off debug spew

svn path=/trunk/; revision=7106
This commit is contained in:
Vizzini 2003-12-17 23:35:10 +00:00
parent 0e8ef19002
commit 41b4cb6b5a

View file

@ -18,7 +18,7 @@
#include <rosrtl/string.h>
#ifdef DBG
DWORD DebugTraceLevel = -1;
DWORD DebugTraceLevel = MIN_TRACE;
#endif /* DBG */
PDEVICE_OBJECT TCPDeviceObject = NULL;