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/... ============================================================================== --- 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;