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/common/libmondo-stream.c

    r2229 r2230  
    555555    last = g_tapecatalog->entries - 1;
    556556    if (last <= 0) {
    557         log_it("%s","Too early to start deleting from collection.");
     557        log_it("Too early to start deleting from collection.");
    558558        return (0);
    559559    }
     
    568568    }
    569569    if (curr < 0) {
    570         log_it("%s","Not far enough into tape to start deleting old archives from collection.");
     570        log_it("Not far enough into tape to start deleting old archives from collection.");
    571571        return (0);
    572572    }
     
    17161716                   g_tape_stream) / 1024;
    17171717        if (g_sigpipe) {
    1718             log_it("%s","Sigpipe occurred recently. I'll start a new tape.");
     1718            log_it("Sigpipe occurred recently. I'll start a new tape.");
    17191719            fclose(fin);
    17201720            g_sigpipe = FALSE;
Note: See TracChangeset for help on using the changeset viewer.