mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +00:00
[NTOSKRNL]
- tcpip is called too often. Don't spam the debug log. See issue #7129 for more details. svn path=/trunk/; revision=56757
This commit is contained in:
parent
c5a2cddfc9
commit
f0c893c3f6
1 changed files with 2 additions and 2 deletions
|
@ -596,8 +596,8 @@ KeWaitForMultipleObjects(IN ULONG Count,
|
|||
(!Timeout || Timeout->QuadPart != 0))
|
||||
{
|
||||
/* HACK: tcpip is broken and waits with spinlocks acquired (bug #7129) */
|
||||
DPRINT1("%s called at DISPATCH_LEVEL with non-zero timeout!\n",
|
||||
__FUNCTION__);
|
||||
DPRINT("%s called at DISPATCH_LEVEL with non-zero timeout!\n",
|
||||
__FUNCTION__);
|
||||
}
|
||||
else
|
||||
ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL);
|
||||
|
|
Loading…
Reference in a new issue