mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
PPP: fix typo in debug message
Signed-off-by: Stephan Linz <linz@li-pro.net>
This commit is contained in:
parent
fe2cfe2dba
commit
9f3270afaf
@ -498,7 +498,7 @@ static err_t ppp_netif_output(struct netif *netif, struct pbuf *pb, u16_t protoc
|
|||||||
protocol = PPP_VJC_UNCOMP;
|
protocol = PPP_VJC_UNCOMP;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
PPPDEBUG(LOG_WARNING, ("pppos_netif_output[%d]: bad IP packet\n", pcb->netif->num));
|
PPPDEBUG(LOG_WARNING, ("ppp_netif_output[%d]: bad IP packet\n", pcb->netif->num));
|
||||||
LINK_STATS_INC(link.proterr);
|
LINK_STATS_INC(link.proterr);
|
||||||
LINK_STATS_INC(link.drop);
|
LINK_STATS_INC(link.drop);
|
||||||
MIB2_STATS_NETIF_INC(pcb->netif, ifoutdiscards);
|
MIB2_STATS_NETIF_INC(pcb->netif, ifoutdiscards);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user