Skip to content

Commit 08486f1

Browse files
committed
Correct logging
1 parent 2e82c9b commit 08486f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def _response_energy_counters(self, message: CircleEnergyCountersResponse):
726726
_midnight_rollover = False
727727
else:
728728
_LOGGER.info(
729-
"_response_energy_counters for %s | collection runninglen=%s, timestamp:%s=%s",
729+
"_response_energy_counters for %s | collection not running, len=%s, timestamp:%s=%s",
730730
self.mac,
731731
str(len(self._energy_history)),
732732
str(self._energy_last_collected_timestamp),

0 commit comments

Comments
 (0)