Skip to content

Commit

Permalink
Update matter_server/server/device_controller.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
agners and marcelveldt committed Sep 3, 2024
1 parent 4902d4a commit aa5622e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter_server/server/device_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ async def _setup_node_with_retry(self, node_id: int) -> None:
):
# NOTE: assume the node will be picked up by mdns discovery later
# automatically when it becomes available again.
logging.info(
logging.warning(
"Node setup not completed after %s minutes, giving up.",
NODE_MDNS_SUBSCRIPTION_RETRY_TIMEOUT // 60,
)
Expand Down

0 comments on commit aa5622e

Please sign in to comment.