Ignore:
Timestamp:
May 7, 2007, 10:50:43 PM (17 years ago)
Author:
Bruno Cornec
Message:

log_msg => mr_msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c

    r1408 r1419  
    22332233            mr_asprintf(&mounted_cfgf_path, "%s/%s", mountpt, cfg_file);
    22342234            if (!does_file_exist(mounted_cfgf_path)) {
    2235                 log_msg(2,
     2235                mr_msg(2,
    22362236                        "gcffa --- Plan B, a.k.a. untarring some file from all.tar.gz");
    22372237                mr_asprintf(&command, "tar -zxvf " MNT_CDROM "/images/all.tar.gz %s %s %s %s %s", MOUNTLIST_FNAME_STUB, MONDO_CFG_FILE_STUB, BIGGIELIST_TXT_STUB, FILELIST_FULL_STUB, "tmp/i-want-my-lvm"); // add -b TAPE_BLOCK_SIZE if you _really_ think it's necessary
Note: See TracChangeset for help on using the changeset viewer.