Changeset 4725

Show
Ignore:
Timestamp:
08/26/07 23:10:42 (6 years ago)
Author:
khali
Message:

Don't print the feature name for subfeatures in raw mode. Subfeatures
typically don't have a label so printing their label is equivalent
to printing their name, so printing it again is redundant.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/chips.c

    r4724 r4725  
    4949                        } 
    5050                        if (data->mapping != SENSORS_NO_MAPPING) 
    51                                 printf("  %s: %.2f (%s)\n", label, val, 
    52                                        data->name); 
     51                                printf("  %s: %.2f\n", label, val); 
    5352                        else 
    5453                                printf("%s: %.2f (%s)\n", label, val,