mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +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
|
||||
DWORD DebugTraceLevel = DEBUG_ULTRA & ~(DEBUG_LOCK | DEBUG_PBUFFER);
|
||||
#else
|
||||
DWORD DebugTraceLevel = DEBUG_DATALINK;
|
||||
DWORD DebugTraceLevel = 0;
|
||||
#endif /* NDEBUG */
|
||||
|
||||
PDEVICE_OBJECT TCPDeviceObject = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue