Changeset 1000 in MondoRescue for trunk/mondo/src/common/libmondo-devices.c


Ignore:
Timestamp:
Dec 8, 2006, 5:00:21 PM (17 years ago)
Author:
Bruno Cornec
Message:

Debug actions to solve seg fault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-devices.c

    r979 r1000  
    20612061    log_it("bkpinfo->scratchdir is being set to %s", bkpinfo->scratchdir);
    20622062
    2063     mr_asprintf(&g_erase_tmpdir_and_scratchdir, "rm -Rf %s %s", bkpinfo->tmpdir,
    2064             bkpinfo->scratchdir);
    2065 
    20662063    mr_asprintf(&command, "rm -Rf %s/mondo.tmp.* %s/mondo.scratch.*", tmp, tmp);
    20672064    mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.