- Timestamp:
- Jan 4, 2006, 10:24:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/mondo/common/libmondo-mountlist.c
r171 r280 154 154 /* is format sensible? */ 155 155 if (!is_this_a_valid_disk_format(mountlist->el[pos].format)) { 156 asprintf(&tmp, " %s has unsupported format .", device);156 asprintf(&tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 157 157 log_it(tmp); 158 158 strcat(flaws_str, tmp); … … 257 257 /* is format sensible? */ 258 258 if (!is_this_a_valid_disk_format(mountlist->el[pos].format)) { 259 asprintf(&tmp, " %s has unsupported format .", device);259 asprintf(&tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 260 260 log_it(tmp); 261 261 strcat(flaws_str, tmp); … … 325 325 if (!is_this_a_valid_disk_format 326 326 (mountlist->el[pos].format)) { 327 asprintf(&tmp, " %s has unsupported format .", device);327 asprintf(&tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 328 328 log_it(tmp); 329 329 strcat(flaws_str, tmp); … … 499 499 /* is format sensible? */ 500 500 if (!is_this_a_valid_disk_format(mountlist->el[pos].format)) { 501 asprintf(&tmp, " %s has unsupported format .", device);501 asprintf(&tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 502 502 log_it(tmp); 503 503 strcat(flaws_str, tmp);
Note:
See TracChangeset
for help on using the changeset viewer.