Ignore:
Timestamp:
Jun 17, 2009, 10:53:23 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Simplify log_it calls when possible (with just a fixed string)
  • issue with truncate_to_drive_name reported by valgrind at restore time. Needs rewrite IMO
File:
1 edited

Legend:

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

    r2227 r2230  
    20672067    int res = 0;
    20682068
    2069     log_it("%s","entering eml");
     2069    log_it("entering eml");
    20702070
    20712071    if (g_text_mode) {
     
    20762076        res = edit_mountlist_in_newt(mountlist_fname, mountlist, raidlist);
    20772077    }
    2078     log_it("%s","leaving eml");
     2078    log_it("leaving eml");
    20792079    return (res);
    20802080}
     
    27322732    assert(disklist != NULL);
    27332733
    2734     log_it("%s","malloc'ing");
     2734    log_it("malloc'ing");
    27352735    malloc_string(tmp);
    27362736    malloc_string(help_text);
     
    27602760           sizeof(struct list_of_disks));
    27612761
    2762     log_it("%s","Post-malloc");
     2762    log_it("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.