Changeset 2236 in MondoRescue for branches/2.2.9/mondo/test/test-truncname.c


Ignore:
Timestamp:
Jun 19, 2009, 7:53:17 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Still trying to fix issue with mountlist analysis at restore time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/test/test-truncname.c

    r2235 r2236  
    6262        "/dev/cciss/c1d12",
    6363        "/dev/mapper/mpath34",
    64         "",
    6564        NULL
    6665};
     
    7978    mr_asprintf(&part,"%s",list[i]);
    8079    disk = truncate_to_drive_name(part);
    81     log_it(" belongs to disk %s",disk);
     80    log_it("...belongs to disk %s",disk);
    8281    mr_free(part);
    8382}
Note: See TracChangeset for help on using the changeset viewer.