mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user