Skip to content

Commit 005bfad

Browse files
committed
Promote more clear message to warning
1 parent 726bac6 commit 005bfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ async def _discover_node(
418418
_LOGGER.debug("Starting the discovery of node %s with unknown NodeType", mac)
419419
node_info, node_ping = await self._controller.get_node_details(mac, ping_first)
420420
if node_info is None:
421-
_LOGGER.debug("Node %s with unknown NodeType not responding", mac)
421+
_LOGGER.warning("Node %s with unknown NodeType not responding, is it offline?", mac)
422422
self._registry_stragglers.append(mac)
423423
return False
424424
await self._create_node_object(mac, node_info.node_type)

0 commit comments

Comments
 (0)