Skip to content

Commit 5c4b3b0

Browse files
allenporterCopilot
andauthored
chore: Update roborock/devices/v1_channel.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 29a96a8 commit 5c4b3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/v1_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async def _get_networking_info(self, *, prefer_cache: bool = True) -> NetworkInf
189189
RoborockCommand.GET_NETWORK_INFO, response_type=NetworkInfo
190190
)
191191
except RoborockException as e:
192-
logging.debug("Error fetching network info for device %s", self._device_uid)
192+
_LOGGER.debug("Error fetching network info for device %s", self._device_uid)
193193
if cache_data.network_info and (network_info := cache_data.network_info.get(self._device_uid)):
194194
_LOGGER.debug("Falling back to cached network info for device %s after error", self._device_uid)
195195
return network_info

0 commit comments

Comments
 (0)