We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1dfb9 commit 385ae14Copy full SHA for 385ae14
source/6LoWPAN/ws/ws_bootstrap.c
@@ -641,8 +641,9 @@ static void ws_bootstrap_ll_address_validate(struct protocol_interface_info_entr
641
mac64[0] |= 2; //Set Local Bit
642
mac64[0] &= ~1; //Clear multicast bit
643
644
- tr_info("Generated random MAC %s", trace_array(mac64, 8));
+ tr_info("Generated random MAC address");
645
}
646
+ tr_info("MAC address: %s", trace_array(mac64, 8));
647
mac_helper_mac64_set(cur, mac64);
648
649
memcpy(cur->iid_eui64, mac64, 8);
0 commit comments