Skip to content

Commit

Permalink
fixup! gnrc_netif: introduce L2 address to EUI-64 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jan 18, 2019
1 parent 6273af2 commit f613022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/net/gnrc/netif/gnrc_netif_device_type.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ int gnrc_netif_eui64_from_addr(const gnrc_netif_t *netif,
(void)addr_len;
(void)eui64;
#ifdef DEVELHELP
LOG_ERROR("gnrc_netif: can't convert hardware address to IID "
"on interface %u\n", netif->pid);
LOG_ERROR("gnrc_netif: can't convert hardware address to EUI-64"
" on interface %u\n", netif->pid);
#endif /* DEVELHELP */
assert(false);
break;
Expand Down

0 comments on commit f613022

Please sign in to comment.