Skip to content

Commit 4481e86

Browse files
author
Juha Heiskanen
committed
Updated trace level to info.
Change-Id: I8e38a9c4f69dab724770d6f2aec2b33a78734b50
1 parent c9e3d8e commit 4481e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/RPL/rpl_downward.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ static bool rpl_instance_push_address_registration(protocol_interface_info_entry
17861786
if (!buf) {
17871787
return false;
17881788
}
1789-
tr_debug("Send ARO %s to %s", trace_ipv6(addr->address), trace_ipv6(neighbour->ll_address));
1789+
tr_info("Send ARO %s to %s", trace_ipv6(addr->address), trace_ipv6(neighbour->ll_address));
17901790
protocol_push(buf);
17911791
return true;
17921792
}

0 commit comments

Comments
 (0)