Ignore:
Timestamp:
Sep 9, 2009, 8:30:47 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Change NFS support into a NetFS support to allow for multiple protocol in addition to NFS (NEEDS TESTING)
  • Better logging to detect a potential nuke issue
File:
1 edited

Legend:

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

    r2371 r2380  
    390390            continue;
    391391        }
     392        log_msg(2, "Processing partition %s on %s #%d in mountlist", device, drive, pos);
    392393        /* gap in the partition list? */
    393394        if (curr_part_no - prev_part_no > 1) {
     
    483484    if (res == 0) {
    484485        mr_free(flaws_str);
     486        log_msg(2, "Fine, no error in evaluate_drive_within_mountlist");
    485487        return (NULL);
    486488    } else {
     489        log_msg(2, "Error in evaluate_drive_within_mountlist: %s", flaws_str);
    487490        return (flaws_str);
    488491    }
Note: See TracChangeset for help on using the changeset viewer.