mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Merge pull request #5905 from DipSwitch/pr/fix_debug_ndp_internal_send_nbr_sol_2
ndp: fix debug in message in gnrc_ndp_internal_send_nbr_sol
This commit is contained in:
commit
ca089e495f
@ -240,7 +240,7 @@ void gnrc_ndp_internal_send_nbr_sol(kernel_pid_t iface, ipv6_addr_t *src, ipv6_a
|
||||
size_t l2src_len = 0;
|
||||
|
||||
DEBUG("ndp internal: send neighbor solicitation (iface: %" PRIkernel_pid ", src: %s, ",
|
||||
iface, ipv6_addr_to_str(addr_str, src, sizeof(addr_str)));
|
||||
iface, ipv6_addr_to_str(addr_str, src ? src : &ipv6_addr_unspecified, sizeof(addr_str)));
|
||||
DEBUG(" tgt: %s, ", ipv6_addr_to_str(addr_str, tgt, sizeof(addr_str)));
|
||||
DEBUG("dst: %s)\n", ipv6_addr_to_str(addr_str, dst, sizeof(addr_str)));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user