mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Fix error message in print_chip_raw().
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4723 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -62,7 +62,7 @@ void print_chip_raw(const sensors_chip_name *name)
|
||||
a = 0;
|
||||
while ((data = sensors_get_all_features(name, &a))) {
|
||||
if (!(label = sensors_get_label(name, data->number))) {
|
||||
printf("ERROR: Can't get feature `%s' data!\n",
|
||||
printf("ERROR: Can't get feature `%s' label!\n",
|
||||
data->name);
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user