Ignore:
Timestamp:
May 6, 2015, 11:57:35 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Do not use a \n with log_msg (ease debug with 99)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3379 r3380  
    28482848    fout = fopen(tmp, "w");
    28492849    if (fout == NULL) {
    2850         log_msg(1, "Unable to open and write to %s\n", tmp);
     2850        log_msg(1, "Unable to open and write to %s", tmp);
    28512851        mr_free(tmp);
    28522852        mr_free(suffix);
Note: See TracChangeset for help on using the changeset viewer.