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

    r2227 r2230  
    14001400        assert_string_is_neither_NULL_nor_zerolength(source_file);
    14011401
    1402         log_it("%s","entering");
     1402        log_it("entering");
    14031403        if (!(fin = fopen(source_file, "r"))) {
    14041404            log_OS_error(source_file);
     
    14831483        }
    14841484        paranoid_free(tmp);
    1485         log_it("%s","leaving");
     1485        log_it("leaving");
    14861486        return (0);
    14871487    }
     
    14991499        char *tmp = NULL;
    15001500
    1501         log_it("%s","entering");
     1501        log_it("entering");
    15021502        assert(flentry != NULL);
    15031503        if (flentry->severity == 0) {
     
    15151515        paranoid_free(tmp);
    15161516
    1517         log_it("%s","leaving");
     1517        log_it("leaving");
    15181518        return (comment);
    15191519    }
Note: See TracChangeset for help on using the changeset viewer.