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

    r2227 r2230  
    576576
    577577    /* edit_mountlist if wanted */
    578     log_it("%s","About to edit mountlist");
     578    log_it("About to edit mountlist");
    579579    if (g_text_mode) {
    580580        save_mountlist_to_disk(mountlist, g_mountlist_fname);
     
    585585        res = edit_mountlist(g_mountlist_fname, mountlist, raidlist);
    586586    }
    587     log_it("%s","Finished editing mountlist");
     587    log_it("Finished editing mountlist");
    588588    if (res) {
    589589        paranoid_MR_finish(1);
     
    594594    g_current_media_number = 1;
    595595    mvaddstr_and_log_it(1, 30, "Comparing Automatically");
    596     log_it("%s","Pre-MAD");
     596    log_it("Pre-MAD");
    597597    retval = mount_all_devices(mountlist, FALSE);
    598     log_it("%s","Post-MAD");
     598    log_it("Post-MAD");
    599599    if (retval) {
    600600        unmount_all_devices(mountlist);
Note: See TracChangeset for help on using the changeset viewer.