[ros-diffs] [amunger] 21892: Quiesce the datalink debugging output.

amunger at svn.reactos.org amunger at svn.reactos.org
Thu May 11 23:52:28 CEST 2006


Author: amunger
Date: Fri May 12 01:52:28 2006
New Revision: 21892

URL: http://svn.reactos.ru/svn/reactos?rev=21892&view=rev
Log:
Quiesce the datalink debugging output.

Modified:
    trunk/reactos/drivers/network/tcpip/tcpip/main.c

Modified: trunk/reactos/drivers/network/tcpip/tcpip/main.c
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/drivers/network/tcpip/tcpip/main.c?rev=21892&r1=21891&r2=21892&view=diff
==============================================================================
--- trunk/reactos/drivers/network/tcpip/tcpip/main.c (original)
+++ trunk/reactos/drivers/network/tcpip/tcpip/main.c Fri May 12 01:52:28 2006
@@ -14,7 +14,7 @@
 #ifndef NDEBUG
 DWORD DebugTraceLevel = DEBUG_ULTRA & ~(DEBUG_LOCK | DEBUG_PBUFFER);
 #else
-DWORD DebugTraceLevel = DEBUG_DATALINK;
+DWORD DebugTraceLevel = 0;
 #endif /* NDEBUG */
 
 PDEVICE_OBJECT TCPDeviceObject   = NULL;




More information about the Ros-diffs mailing list