Changeset 1261 in MondoRescue


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

Location:
branches/2.2.2
Files:
4 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);
  • branches/2.2.2/mondo/src/common/libmondo-raid.c

    r1253 r1261  
    12381238    if (raidlist->el[raidlist->entries].progress != -1 &&
    12391239        raidlist->el[raidlist->entries].progress != 999) {
    1240         mr_msg(1, "Row %d should not occur in record!\n", row);
     1240        log_msg(1, "Row %d should not occur in record!\n", row);
    12411241    }
    12421242    break;
  • branches/2.2.2/mondo/src/common/libmondo-verify.c

    r1236 r1261  
    415415            slice_num = 0;
    416416        } else {
    417             mr_msg(2, "ISO=%d  bigfile=%ld  slice=%ld",
     417            log_msg(2, "ISO=%d  bigfile=%ld  slice=%ld",
    418418                    g_current_media_number, bigfile_num, slice_num);
    419419            if (!does_file_exist(slice_fname(bigfile_num, slice_num, mountpoint, ""))) {
  • branches/2.2.2/tools/DISTROS

    r1236 r1261  
    33mandriva_2006.0
    44mandriva_2007.0
     5mandriva_2007.1
    56redhat_7.3
    67redhat_9
Note: See TracChangeset for help on using the changeset viewer.