File tree Expand file tree Collapse file tree
sonic-thermalctld/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ class TemperatureUpdater(object):
516516 'High temperature warning: {} current temperature {}C, high threshold {}C' .
517517 format (name , temperature , high_threshold )
518518 )
519- warning = warning | temperature_status .over_temperature
519+ warning = warning | temperature_status .over_temperature
520520
521521 if temperature != NOT_AVAILABLE and temperature_status .set_under_temperature (temperature , low_threshold ):
522522 log_on_status_changed (not temperature_status .under_temperature ,
@@ -525,7 +525,7 @@ class TemperatureUpdater(object):
525525 'Low temperature warning: {} current temperature {}C, low threshold {}C' .
526526 format (name , temperature , low_threshold )
527527 )
528- warning = warning | temperature_status .under_temperature
528+ warning = warning | temperature_status .under_temperature
529529
530530 fvs = swsscommon .FieldValuePairs (
531531 [('temperature' , str (temperature )),
You can’t perform that action at this time.
0 commit comments