Skip to content

Commit 06eb5bd

Browse files
committed
Change Logger status to debug
1 parent 33f01a7 commit 06eb5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ def _schemas(self, location):
11311131
self._last_active[location] = selected
11321132
schedules[name] = schedule
11331133
else:
1134-
_LOGGER.error(
1134+
_LOGGER.debug(
11351135
"Schedule %s has no preset switching moments, ignoring.", name
11361136
)
11371137

0 commit comments

Comments
 (0)