Skip to content

Commit

Permalink
Use warning to output when the minimum open time has not been reached
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 20, 2024
1 parent 9b83722 commit 7b87ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvmcryo/handlers/thermistor.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def start_monitoring(self):
"before closing the valve."
)
else:
self.log.info(
self.log.warning(
f"Thermistor {self.channel!r} is active but "
"the minimum open time has not been reached."
)
Expand Down

0 comments on commit 7b87ff0

Please sign in to comment.