mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
returned debug level to MIN_TRACE
svn path=/trunk/; revision=5991
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifdef DBG
|
||||
|
||||
/* See debug.h for debug/trace constants */
|
||||
DWORD DebugTraceLevel = -1;
|
||||
DWORD DebugTraceLevel = MIN_TRACE;
|
||||
|
||||
#endif /* DBG */
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <tcp.h>
|
||||
|
||||
#ifdef DBG
|
||||
DWORD DebugTraceLevel = MID_TRACE;
|
||||
DWORD DebugTraceLevel = MIN_TRACE;
|
||||
#endif /* DBG */
|
||||
|
||||
PDEVICE_OBJECT TCPDeviceObject = NULL;
|
||||
|
||||
Reference in New Issue
Block a user