mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
Silence debug message
svn path=/trunk/; revision=20304
This commit is contained in:
parent
09b5023d6f
commit
63a073268b
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ VOID LoopSubmitReceiveWork(
|
||||||
TI_DbgPrint(DEBUG_DATALINK,
|
TI_DbgPrint(DEBUG_DATALINK,
|
||||||
("Work item inserted %x %x\n", &LoopWorkItem, WQItem));
|
("Work item inserted %x %x\n", &LoopWorkItem, WQItem));
|
||||||
} else {
|
} else {
|
||||||
DbgPrint("LOOP WORKER BUSY %x %x\n", &LoopWorkItem, WQItem);
|
TI_DbgPrint(DEBUG_DATALINK,
|
||||||
|
("LOOP WORKER BUSY %x %x\n", &LoopWorkItem, WQItem));
|
||||||
}
|
}
|
||||||
TcpipReleaseSpinLock( &LoopWorkLock, OldIrql );
|
TcpipReleaseSpinLock( &LoopWorkLock, OldIrql );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue