Improved log output in IPv6 modules
This commit is contained in:
parent
0f5332430b
commit
588e170eb1
3 changed files with 28 additions and 28 deletions
|
@ -276,7 +276,7 @@ uip_ds6_prefix_add(uip_ipaddr_t *ipaddr, uint8_t ipaddrlen,
|
|||
}
|
||||
PRINTF("Adding prefix ");
|
||||
PRINT6ADDR(&locprefix->ipaddr);
|
||||
PRINTF("length %u, vlifetime%lu\n", ipaddrlen, interval);
|
||||
PRINTF("length %u, vlifetime %lu\n", ipaddrlen, interval);
|
||||
return locprefix;
|
||||
}
|
||||
return NULL;
|
||||
|
@ -598,7 +598,7 @@ uip_ds6_dad(uip_ds6_addr_t *addr)
|
|||
* If we arrive here it means DAD succeeded, otherwise the dad process
|
||||
* would have been interrupted in ds6_dad_ns/na_input
|
||||
*/
|
||||
PRINTF("DAD succeeded, ipaddr:");
|
||||
PRINTF("DAD succeeded, ipaddr: ");
|
||||
PRINT6ADDR(&addr->ipaddr);
|
||||
PRINTF("\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue