We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e3042 commit f825137Copy full SHA for f825137
plugwise_usb/nodes/node.py
@@ -391,7 +391,7 @@ async def _load_cache_file(self) -> bool:
391
async def clear_cache(self) -> None:
392
"""Clear current cache."""
393
if self._node_cache is not None:
394
- _LOGGER.debug("Removing node % cache", self._mac_in_str)
+ _LOGGER.debug("Removing node %s cache", self._mac_in_str)
395
await self._node_cache.clear_cache()
396
397
async def _load_from_cache(self) -> bool:
0 commit comments