1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

rpl: added debug output for DAO default case

This commit is contained in:
Oleg Hahm 2015-04-19 20:56:05 +02:00
parent 3dd3bbb461
commit 8926fa2269

View File

@ -339,6 +339,9 @@ void rpl_send_DAO(rpl_dodag_t *my_dodag, ipv6_addr_t *destination, uint8_t lifet
if (destination) {
DEBUGF("Send DAO to %s\n", ipv6_addr_to_str(addr_str, IPV6_MAX_ADDR_STR_LEN, destination));
}
else {
DEBUGF("Send DAO to default destination\n");
}
#endif