mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
ng_ipv6/netif: fix debug in _add_addr_to_entry()
This commit is contained in:
parent
a30be984ca
commit
cf86479e31
@ -46,8 +46,7 @@ static int _add_addr_to_entry(ng_ipv6_netif_t *entry, const ng_ipv6_addr_t *addr
|
||||
if (ng_ipv6_addr_is_unspecified(&(entry->addrs[i].addr))) {
|
||||
memcpy(&(entry->addrs[i].addr), addr, sizeof(ng_ipv6_addr_t));
|
||||
DEBUG("Added %s/%" PRIu8 " to interface %" PRIkernel_pid "\n",
|
||||
ng_ipv6_addr_to_str(&(entry->addrs[i].addr), addr,
|
||||
sizeof(addr_str)),
|
||||
ng_ipv6_addr_to_str(addr_str, addr, sizeof(addr_str)),
|
||||
prefix_len, entry->pid);
|
||||
|
||||
if (anycast || ng_ipv6_addr_is_multicast(addr)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user