Skip to content

Commit 3f3b96d

Browse files
committed
Improve log message text
1 parent e39e2fc commit 3f3b96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ async def energy_update(
351351
"Skip creating task to update energy logs for node %s",
352352
self._mac_in_str,
353353
)
354-
_LOGGER.warning("Unable to return energy statistics for %s yet, still retrieving required data...", self.name)
354+
_LOGGER.warning("Unable to return energy statistics for %s, collecting required data...", self.name)
355355
return None
356356

357357
async def get_missing_energy_logs(self) -> None:

0 commit comments

Comments
 (0)