mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +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,7 +596,7 @@ KeWaitForMultipleObjects(IN ULONG Count,
|
||||||
(!Timeout || Timeout->QuadPart != 0))
|
(!Timeout || Timeout->QuadPart != 0))
|
||||||
{
|
{
|
||||||
/* HACK: tcpip is broken and waits with spinlocks acquired (bug #7129) */
|
/* HACK: tcpip is broken and waits with spinlocks acquired (bug #7129) */
|
||||||
DPRINT1("%s called at DISPATCH_LEVEL with non-zero timeout!\n",
|
DPRINT("%s called at DISPATCH_LEVEL with non-zero timeout!\n",
|
||||||
__FUNCTION__);
|
__FUNCTION__);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue