Changeset 2517 in MondoRescue
- Timestamp:
- Jan 4, 2010, 7:38:47 PM (15 years ago)
- Location:
- branches/2.2.10/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo/src/common/libmondo-mountlist.c
r2509 r2517 398 398 } else { 399 399 log_it("%s is %ld MB", drive, physical_drive_size); 400 mr_free(tmp); 400 401 } 401 402 -
branches/2.2.10/mondo/src/common/libmondo-raid.c
r2407 r2517 725 725 if (!disklist) { 726 726 log_it("Ignoring '%s %s' pair of disk %s", labelB, valueB, label); 727 mr_free(tmp); 727 728 } else { 728 729 index = atoi(valueB);
Note:
See TracChangeset
for help on using the changeset viewer.