Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Dec 20, 2024
1 parent d633e5b commit accf8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ async def commission_devices(self) -> bool:

for commission_idx, node_id in enumerate(conf.dut_node_ids):
logging.info(
f"Starting commissioning for root index {conf.root_of_trust_index}, fabric ID 0x{conf.fabric_id:016X}, node ID 0x{node_id:016X}")
f"Starting commissioning for root index {conf.root_of_trust_index}, fabric ID 0x{conf.fabric_id:016X}, node ID 0x{node_id:016X}")
logging.info(f"Commissioning method: {conf.commissioning_method}")

await CommissionDeviceTest.commission_device(self, commission_idx)
Expand Down

0 comments on commit accf8c8

Please sign in to comment.