Skip to content

Commit 385ae14

Browse files
author
Jarkko Paso
committed
WS bootstrap: print MAC address
1 parent 2b1dfb9 commit 385ae14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,9 @@ static void ws_bootstrap_ll_address_validate(struct protocol_interface_info_entr
641641
mac64[0] |= 2; //Set Local Bit
642642
mac64[0] &= ~1; //Clear multicast bit
643643

644-
tr_info("Generated random MAC %s", trace_array(mac64, 8));
644+
tr_info("Generated random MAC address");
645645
}
646+
tr_info("MAC address: %s", trace_array(mac64, 8));
646647
mac_helper_mac64_set(cur, mac64);
647648

648649
memcpy(cur->iid_eui64, mac64, 8);

0 commit comments

Comments
 (0)