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-newt.c

    r2211 r2227  
    20672067    int res = 0;
    20682068
    2069     iamhere("entering eml");
     2069    log_it("%s","entering eml");
    20702070
    20712071    if (g_text_mode) {
     
    20762076        res = edit_mountlist_in_newt(mountlist_fname, mountlist, raidlist);
    20772077    }
    2078     iamhere("leaving eml");
     2078    log_it("%s","leaving eml");
    20792079    return (res);
    20802080}
     
    27322732    assert(disklist != NULL);
    27332733
    2734     iamhere("malloc'ing");
     2734    log_it("%s","malloc'ing");
    27352735    malloc_string(tmp);
    27362736    malloc_string(help_text);
     
    27602760           sizeof(struct list_of_disks));
    27612761
    2762     iamhere("Post-malloc");
     2762    log_it("%s","Post-malloc");
    27632763    strcpy(help_text,
    27642764           "   Edit this RAID device's list of partitions. Choose OK or Cancel when done.");
Note: See TracChangeset for help on using the changeset viewer.