mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Minor debug message improvement.
This commit is contained in:
parent
2c56ede6f8
commit
387a1a8556
@ -476,8 +476,9 @@ static void net_step ( struct process *process __unused ) {
|
||||
* NIC faster than they arrive.
|
||||
*/
|
||||
if ( ( iobuf = netdev_rx_dequeue ( netdev ) ) ) {
|
||||
DBGC ( netdev, "NETDEV %p processing %p\n",
|
||||
netdev, iobuf );
|
||||
DBGC ( netdev, "NETDEV %p processing %p (%p+%zx)\n",
|
||||
netdev, iobuf, iobuf->data,
|
||||
iob_len ( iobuf ) );
|
||||
netdev->ll_protocol->rx ( iobuf, netdev );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user