mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +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,
|
||||
("Work item inserted %x %x\n", &LoopWorkItem, WQItem));
|
||||
} 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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue