Skip to content

Commit fa0f93f

Browse files
committed
Change logger to info
1 parent 6bec531 commit fa0f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def _check_timestamp_is_recent(
634634
0.0, (datetime.now(tz=UTC) - timestamp.replace(tzinfo=UTC)).total_seconds()
635635
)
636636
if age_seconds > MAX_LOG_HOURS * 3600:
637-
_LOGGER.warning(
637+
_LOGGER.info(
638638
"EnergyLog from Node %s | address %s | slot %s | timestamp %s is outdated, ignoring...",
639639
self._mac_in_str,
640640
address,

0 commit comments

Comments
 (0)