Skip to content

Commit 00f7694

Browse files
committed
Improve debug log message
1 parent 79ec17f commit 00f7694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugwise_usb/network/registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ async def update_missing_registrations(
232232
self._quick_scan_finished = None
233233
_LOGGER.info("Quick network registration discovery finished")
234234
else:
235-
_LOGGER.debug("Full network registration finished, save to cache")
235+
_LOGGER.debug("Full network registration finished")
236236
self._scan_completed = True
237237
if self._cache_enabled:
238-
_LOGGER.debug("Full network registration finished, pre")
238+
_LOGGER.debug("Full network registration finished, save to cache")
239239
await self.save_registry_to_cache()
240240
_LOGGER.debug("Full network registration finished, post")
241241
_LOGGER.info("Full network discovery completed")

0 commit comments

Comments
 (0)