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-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;
Note: See TracChangeset for help on using the changeset viewer.