Minor logging improvement for the border router

This commit is contained in:
Simon Duquennoy 2017-11-01 08:51:41 +01:00
parent 9b8e29dce7
commit 193f55d79a
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ print_local_addresses(void)
state = uip_ds6_if.addr_list[i].state;
if(uip_ds6_if.addr_list[i].isused &&
(state == ADDR_TENTATIVE || state == ADDR_PREFERRED)) {
LOG_INFO(" ");
LOG_INFO_6ADDR(&uip_ds6_if.addr_list[i].ipaddr);
LOG_INFO_("\n");
}