Skip to content

Commit 63a0732

Browse files
author
Gé van Geldorp
committed
Silence debug message
svn path=/trunk/; revision=20304
1 parent 09b5023 commit 63a0732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reactos/drivers/lib/ip/network/loopback.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ VOID LoopSubmitReceiveWork(
108108
TI_DbgPrint(DEBUG_DATALINK,
109109
("Work item inserted %x %x\n", &LoopWorkItem, WQItem));
110110
} else {
111-
DbgPrint("LOOP WORKER BUSY %x %x\n", &LoopWorkItem, WQItem);
111+
TI_DbgPrint(DEBUG_DATALINK,
112+
("LOOP WORKER BUSY %x %x\n", &LoopWorkItem, WQItem));
112113
}
113114
TcpipReleaseSpinLock( &LoopWorkLock, OldIrql );
114115
}

0 commit comments

Comments
 (0)