mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-29 03:14:04 +00:00
PPP, PPPoS, fixed copy/paste typo in pppos_send_config() out accm debug message
This commit is contained in:
parent
bc8120c864
commit
36b3878a45
@ -759,7 +759,7 @@ pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp)
|
|||||||
pppos->out_accm[i] = (u8_t)((accm >> (8 * i)) & 0xFF);
|
pppos->out_accm[i] = (u8_t)((accm >> (8 * i)) & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
PPPDEBUG(LOG_INFO, ("pppos_send_config[%d]: in_accm=%X %X %X %X\n",
|
PPPDEBUG(LOG_INFO, ("pppos_send_config[%d]: out_accm=%X %X %X %X\n",
|
||||||
pppos->ppp->netif->num,
|
pppos->ppp->netif->num,
|
||||||
pppos->out_accm[0], pppos->out_accm[1], pppos->out_accm[2], pppos->out_accm[3]));
|
pppos->out_accm[0], pppos->out_accm[1], pppos->out_accm[2], pppos->out_accm[3]));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user