diff --git a/src/lvmcryo/handlers/thermistor.py b/src/lvmcryo/handlers/thermistor.py index 80222d2..962cd4b 100644 --- a/src/lvmcryo/handlers/thermistor.py +++ b/src/lvmcryo/handlers/thermistor.py @@ -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." )