Ignore:
Timestamp:
Jun 17, 2009, 2:45:52 PM (15 years ago)
Author:
Bruno Cornec
Message:

Remove the iamhere function (will hopefully suppress valgrind errors at restore time)

File:
1 edited

Legend:

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

    r2211 r2227  
    15661566                            0,
    15671567                            "Running GRUB...                                                 ");
    1568         iamhere(command);
     1568        log_it("%s",command);
    15691569        res = run_program_and_log_output(command, 1);
    15701570        if (res) {
     
    23112311                MONDO_CFG_FILE_STUB);
    23122312        sprintf(command, "cp -f %s %s", tmp, cfg_file);
    2313         iamhere(command);
     2313        log_it("%s",command);
    23142314        if (strcmp(tmp, cfg_file)
    23152315            && run_program_and_log_output(command, 1)) {
     
    23232323            call_program_and_get_last_line_of_output("pwd"),
    23242324            MOUNTLIST_FNAME_STUB, mountlist_file);
    2325         iamhere(command);
     2325        log_it("%s",command);
    23262326        if (extract_mountlist_stub) {
    23272327            if (strcmp(tmp, cfg_file)
     
    23442344    run_program_and_log_output("umount " MNT_CDROM, FALSE);
    23452345    if (!does_file_exist(cfg_file)) {
    2346         iamhere(cfg_file);
     2346        log_it("%s",cfg_file);
    23472347        log_msg(1, "%s not found", cfg_file);
    23482348        log_to_screen
     
    24192419
    24202420    assert(wait_for_percentage <= 100);
    2421     iamhere("wait_until_software_raids_are_prepped");
     2421    log_it("%s","wait_until_software_raids_are_prepped");
    24222422    while (unfinished_mdstat_devices > 0) {
    24232423            // FIXME: Prefix '/dev/' should really be dynamic!
Note: See TracChangeset for help on using the changeset viewer.