We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ec17f commit 00f7694Copy full SHA for 00f7694
1 file changed
plugwise_usb/network/registry.py
@@ -232,10 +232,10 @@ async def update_missing_registrations(
232
self._quick_scan_finished = None
233
_LOGGER.info("Quick network registration discovery finished")
234
else:
235
- _LOGGER.debug("Full network registration finished, save to cache")
+ _LOGGER.debug("Full network registration finished")
236
self._scan_completed = True
237
if self._cache_enabled:
238
- _LOGGER.debug("Full network registration finished, pre")
+ _LOGGER.debug("Full network registration finished, save to cache")
239
await self.save_registry_to_cache()
240
_LOGGER.debug("Full network registration finished, post")
241
_LOGGER.info("Full network discovery completed")
0 commit comments