Ignore:
Timestamp:
Mar 22, 2007, 12:29:27 AM (17 years ago)
Author:
Bruno Cornec
Message:

That version has no mr_msg yet (replacing it with log_msg)
Mandriva 2007.1 added

File:
1 edited

Legend:

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

    r1236 r1261  
    34793479    fout = fopen(tmp, "w");
    34803480    if (fout == NULL) {
    3481         mr_msg(1, "Unable to open and write to %s\n", tmp);
     3481        log_msg(1, "Unable to open and write to %s\n", tmp);
    34823482        paranoid_free(tmp);
    34833483        paranoid_free(suffix);
Note: See TracChangeset for help on using the changeset viewer.