X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdrivers%2Fnet%2Ftcpip%2Ftcpip%2Fmain.c;h=b5a49e20730ad575030992e327bead4098789cf5;hp=4ce086e7c97072066382522a71472d80cb579c5f;hb=08ddf760211edde01ba6db2564c29b995af5faed;hpb=5c18e20f2c1823c49ff5af615cd36adf4ec8064a diff --git a/reactos/drivers/net/tcpip/tcpip/main.c b/reactos/drivers/net/tcpip/tcpip/main.c index 4ce086e7c97..b5a49e20730 100644 --- a/reactos/drivers/net/tcpip/tcpip/main.c +++ b/reactos/drivers/net/tcpip/tcpip/main.c @@ -14,7 +14,7 @@ #ifndef NDEBUG DWORD DebugTraceLevel = DEBUG_ULTRA & ~(DEBUG_LOCK | DEBUG_PBUFFER); #else -DWORD DebugTraceLevel = DEBUG_IRP; +DWORD DebugTraceLevel = 0; #endif /* NDEBUG */ PDEVICE_OBJECT TCPDeviceObject = NULL;