Skip to content

Commit

Permalink
Updated trace level to info.
Browse files Browse the repository at this point in the history
Change-Id: I8e38a9c4f69dab724770d6f2aec2b33a78734b50
  • Loading branch information
Juha Heiskanen committed Dec 19, 2019
1 parent c9e3d8e commit 4481e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/RPL/rpl_downward.c
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ static bool rpl_instance_push_address_registration(protocol_interface_info_entry
if (!buf) {
return false;
}
tr_debug("Send ARO %s to %s", trace_ipv6(addr->address), trace_ipv6(neighbour->ll_address));
tr_info("Send ARO %s to %s", trace_ipv6(addr->address), trace_ipv6(neighbour->ll_address));
protocol_push(buf);
return true;
}
Expand Down

0 comments on commit 4481e86

Please sign in to comment.