mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:53:16 +00:00
Quiesce the datalink debugging output.
svn path=/trunk/; revision=21892
This commit is contained in:
parent
2e6dfbc67d
commit
3ed19e8287
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue