- fix paste'o which i overlooked when applying dalias' fmt stuff.
This commit is contained in:
parent
a8e2760924
commit
214744dba1
1 changed files with 1 additions and 1 deletions
|
@ -2001,7 +2001,7 @@ static void ife_print(struct interface *ptr)
|
|||
ptr->stats.tx_packets, ptr->stats.tx_errors,
|
||||
ptr->stats.tx_dropped, ptr->stats.tx_fifo_errors,
|
||||
ptr->stats.tx_carrier_errors);
|
||||
printf(" collisions:%lu "), ptr->stats.collisions;
|
||||
printf(" collisions:%lu ", ptr->stats.collisions);
|
||||
if (can_compress)
|
||||
printf("compressed:%lu ", ptr->stats.tx_compressed);
|
||||
if (ptr->tx_queue_len != -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue