mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Silence debug message
svn path=/trunk/; revision=20304
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user