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

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