mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
RPL: logging fixes
This commit is contained in:
parent
4499d80348
commit
d14b76d869
@ -459,7 +459,7 @@ handle_probing_timer(void *ptr)
|
|||||||
const struct link_stats *stats = rpl_get_parent_link_stats(probing_target);
|
const struct link_stats *stats = rpl_get_parent_link_stats(probing_target);
|
||||||
(void)stats;
|
(void)stats;
|
||||||
PRINTF("RPL: probing %u %s last tx %u min ago\n",
|
PRINTF("RPL: probing %u %s last tx %u min ago\n",
|
||||||
rpl_get_parent_llpaddr(probing_target)->u8[7],
|
rpl_get_parent_lladdr(probing_target)->u8[7],
|
||||||
instance->urgent_probing_target != NULL ? "(urgent)" : "",
|
instance->urgent_probing_target != NULL ? "(urgent)" : "",
|
||||||
probing_target != NULL ?
|
probing_target != NULL ?
|
||||||
(unsigned)((clock_time() - stats->last_tx_time) / (60 * CLOCK_SECOND)) : 0
|
(unsigned)((clock_time() - stats->last_tx_time) / (60 * CLOCK_SECOND)) : 0
|
||||||
|
Loading…
Reference in New Issue
Block a user