Changeset 279 in MondoRescue
- Timestamp:
- Jan 4, 2006, 10:16:34 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.06/mondo/mondo/common/libmondo-mountlist.c
r128 r279 190 190 /* is format sensible? */ 191 191 if (!is_this_a_valid_disk_format(mountlist->el[pos].format)) { 192 sprintf(tmp, " %s has unsupported format .", device);192 sprintf(tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 193 193 log_it(tmp); 194 194 strcat(flaws_str, tmp); … … 283 283 /* is format sensible? */ 284 284 if (!is_this_a_valid_disk_format(mountlist->el[pos].format)) { 285 sprintf(tmp, " %s has unsupported format .", device);285 sprintf(tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 286 286 log_it(tmp); 287 287 strcat(flaws_str, tmp); … … 343 343 if (!is_this_a_valid_disk_format 344 344 (mountlist->el[pos].format)) { 345 sprintf(tmp, " %s has unsupported format .", device);345 sprintf(tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 346 346 log_it(tmp); 347 347 strcat(flaws_str, tmp); … … 505 505 /* is format sensible? */ 506 506 if (!is_this_a_valid_disk_format(mountlist->el[pos].format)) { 507 sprintf(tmp, " %s has unsupported format .", device);507 sprintf(tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 508 508 log_it(tmp); 509 509 strcat(flaws_str, tmp);
Note:
See TracChangeset
for help on using the changeset viewer.