Quiesce the datalink debugging output.

svn path=/trunk/; revision=21892
This commit is contained in:
Andrew Munger 2006-05-11 21:52:28 +00:00
parent 2e6dfbc67d
commit 3ed19e8287

View file

@ -14,7 +14,7 @@
#ifndef NDEBUG #ifndef NDEBUG
DWORD DebugTraceLevel = DEBUG_ULTRA & ~(DEBUG_LOCK | DEBUG_PBUFFER); DWORD DebugTraceLevel = DEBUG_ULTRA & ~(DEBUG_LOCK | DEBUG_PBUFFER);
#else #else
DWORD DebugTraceLevel = DEBUG_DATALINK; DWORD DebugTraceLevel = 0;
#endif /* NDEBUG */ #endif /* NDEBUG */
PDEVICE_OBJECT TCPDeviceObject = NULL; PDEVICE_OBJECT TCPDeviceObject = NULL;