Changeset 1086 in MondoRescue for trunk/mondo/src/common/libmondo-mountlist.c


Ignore:
Timestamp:
Feb 2, 2007, 11:21:27 PM (17 years ago)
Author:
Bruno Cornec
Message:

log_msg => mr_msg in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-mountlist.c

    r1081 r1086  
    536536        flaws_str = tmp1;
    537537        res++;
    538         log_msg(1, tmp);
     538        mr_msg(1, tmp);
    539539        mr_free(tmp);
    540540        return (FALSE);
     
    902902                     "Not putting %s in list of drives: it's a virtual drive",
    903903                     drive);
    904             log_msg(8, tmp);
     904            mr_msg(8, tmp);
    905905            mr_free(tmp);
    906906            continue;
     
    912912                     "Not putting %s in list of drives: it has zero size (maybe an LVM volume)",
    913913                     drive);
    914             log_msg(8, tmp);
     914            mr_msg(8, tmp);
    915915            mr_free(tmp);
    916916            continue;
     
    931931                 "Putting %s with size %lli in list of drives",
    932932                 drive, size);
    933         log_msg(8, tmp);
     933        mr_msg(8, tmp);
    934934        mr_free(tmp);
    935935
     
    946946    }
    947947    drivelist->entries = noof_drives;
    948     log_msg(8, "Made list of drives");
     948    mr_msg(8, "Made list of drives");
    949949
    950950    return (noof_drives);
     
    10901090            !strcmp(mountlist->el[items].device, "devpts")
    10911091            ) {
    1092             log_msg(1,
     1092            mr_msg(1,
    10931093                    "Ignoring %s in mountlist - not loading that line :) ",
    10941094                    mountlist->el[items].device);
Note: See TracChangeset for help on using the changeset viewer.