File tree 1 file changed +2
-2
lines changed
sonic-thermalctld/scripts
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ class TemperatureUpdater(object):
516
516
'High temperature warning: {} current temperature {}C, high threshold {}C' .
517
517
format (name , temperature , high_threshold )
518
518
)
519
- warning = warning | temperature_status .over_temperature
519
+ warning = warning | temperature_status .over_temperature
520
520
521
521
if temperature != NOT_AVAILABLE and temperature_status .set_under_temperature (temperature , low_threshold ):
522
522
log_on_status_changed (not temperature_status .under_temperature ,
@@ -525,7 +525,7 @@ class TemperatureUpdater(object):
525
525
'Low temperature warning: {} current temperature {}C, low threshold {}C' .
526
526
format (name , temperature , low_threshold )
527
527
)
528
- warning = warning | temperature_status .under_temperature
528
+ warning = warning | temperature_status .under_temperature
529
529
530
530
fvs = swsscommon .FieldValuePairs (
531
531
[('temperature' , str (temperature )),
You can’t perform that action at this time.
0 commit comments