Ignore:
Timestamp:
Feb 8, 2007, 12:09:34 AM (17 years ago)
Author:
Bruno Cornec
Message:

log_msg => mr_msg for common files

File:
1 edited

Legend:

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

    r1080 r1107  
    382382        strcat(flaws_str, tmp);
    383383        res++;
    384         log_msg(1, tmp);
     384        mr_msg(1, tmp);
    385385        goto endoffunc;
    386386    } else {
     
    744744                    "Not putting %s in list of drives: it's a virtual drive",
    745745                    drive);
    746             log_msg(8, tmp);
     746            mr_msg(8, tmp);
    747747            continue;
    748748        }
     
    753753                    "Not putting %s in list of drives: it has zero size (maybe an LVM volume)",
    754754                    drive);
    755             log_msg(8, tmp);
     755            mr_msg(8, tmp);
    756756            continue;
    757757        }
     
    771771                "Putting %s with size %lli in list of drives",
    772772                drive, size);
    773         log_msg(8, tmp);
     773        mr_msg(8, tmp);
    774774
    775775        (void) truncate_to_drive_name(drive);
     
    783783    }
    784784    drivelist->entries = noof_drives;
    785     log_msg(8, "Made list of drives");
     785    mr_msg(8, "Made list of drives");
    786786    mr_free(drive);
    787787    mr_free(tmp);
     
    944944            !strcmp(mountlist->el[items].device, "devpts")
    945945            ) {
    946             log_msg(1,
     946            mr_msg(1,
    947947                    "Ignoring %s in mountlist - not loading that line :) ",
    948948                    mountlist->el[items].device);
Note: See TracChangeset for help on using the changeset viewer.