From d14b76d869c24b7696c01bb270c6cfcf921cb1da Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Sun, 29 Nov 2015 21:48:53 +0100 Subject: [PATCH] RPL: logging fixes --- core/net/rpl/rpl-timers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/rpl/rpl-timers.c b/core/net/rpl/rpl-timers.c index 7ddfbcba9..abb668174 100644 --- a/core/net/rpl/rpl-timers.c +++ b/core/net/rpl/rpl-timers.c @@ -459,7 +459,7 @@ handle_probing_timer(void *ptr) const struct link_stats *stats = rpl_get_parent_link_stats(probing_target); (void)stats; 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)" : "", probing_target != NULL ? (unsigned)((clock_time() - stats->last_tx_time) / (60 * CLOCK_SECOND)) : 0