mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 13:57:41 +00:00
(mds) adm1025 temp1 printf cleanup.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@817 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1008,7 +1008,7 @@ void print_adm1025(const sensors_chip_name *name)
|
||||
!sensors_get_feature(*name,SENSORS_ADM1025_TEMP1_OVER,&max)) {
|
||||
if (valid) {
|
||||
print_label(label,10);
|
||||
printf("%+3.2f C (hot:limit = %+3.0f C, hysteresis = %+3.0f C) %s\n",
|
||||
printf("%+3.0f C (limit = %+3.0f C, hysteresis = %+3.0f C) %s\n",
|
||||
cur,max,min, alarms&ADM1025_ALARM_TEMP?"ALARM":"");
|
||||
}
|
||||
} else
|
||||
|
Reference in New Issue
Block a user