Fix uip6 log

This commit is contained in:
Simon Duquennoy 2018-05-13 06:41:35 -07:00
parent 9de0f76b83
commit 981c8fbe30
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ uip_process(uint8_t flag)
if((UIP_IP_BUF->vtc & 0xf0) != 0x60) { /* IP version and header length. */
UIP_STAT(++uip_stat.ip.drop);
UIP_STAT(++uip_stat.ip.vhlerr);
LOG_ERR("invalid version.");
LOG_ERR("invalid version\n");
goto drop;
}
/*