mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Kernel: Fix code locked behind NETWORK_TASK_DEBUG
This commit is contained in:
committed by
Andreas Kling
parent
5ca7ae4585
commit
bbb536ebed
@@ -67,7 +67,7 @@ void NetworkTask_main()
|
||||
packet_size = adapter.dequeue_packet(buffer, buffer_size);
|
||||
pending_packets--;
|
||||
#ifdef NETWORK_TASK_DEBUG
|
||||
kprintf("NetworkTask: Dequeued packet from %s (%d bytes)\n", adapter.name().characters(), packet.value().size());
|
||||
kprintf("NetworkTask: Dequeued packet from %s (%d bytes)\n", adapter.name().characters(), packet_size);
|
||||
#endif
|
||||
});
|
||||
return packet_size;
|
||||
|
||||
Reference in New Issue
Block a user