Changeset 4722

Show
Ignore:
Timestamp:
08/26/07 22:48:36 (6 years ago)
Author:
khali
Message:

Fix error message in unknown chip printing routine.

Files:
1 modified

Legend:

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

    r4721 r4722  
    62666266  while((data=sensors_get_all_features(*name,&a,&b))) { 
    62676267    if (sensors_get_label_and_valid(*name,data->number,&label,&valid)) { 
    6268       printf("ERROR: Can't get feature `%s' data!\n",data->name); 
     6268      printf("ERROR: Can't get feature `%s' label!\n", data->name); 
    62696269      continue; 
    62706270    }