Skip to content

Commit bebd9b8

Browse files
committed
Correct log level
1 parent c1435a8 commit bebd9b8

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
@@ -409,7 +409,7 @@ def _collect_energy_pulses(self, start_utc: datetime, end_utc: datetime):
409409
)
410410
else:
411411
_mem_address = self._energy_timestamp_memory_address(_log_timestamp)
412-
_LOGGER.warning(
412+
_LOGGER.info(
413413
"_collect_energy_pulses for %s at %s not found, request counter from memory %s (from mem=%s, slot=%s, timestamp=%s)",
414414
self.mac,
415415
str(_log_timestamp),

0 commit comments

Comments
 (0)