Ignore:
Timestamp:
Sep 10, 2009, 2:07:16 AM (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)

(Backport from 2.2.9)

File:
1 edited

Legend:

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

    r2372 r2382  
    406406            continue;
    407407        }
     408        log_msg(2, "Processing partition %s on %s #%d in mountlist", device, drive, pos);
    408409        /* gap in the partition list? */
    409410        if (curr_part_no - prev_part_no > 1) {
     
    502503    if (res == 0) {
    503504        mr_free(flaws_str);
     505        log_msg(2, "Fine, no error in evaluate_drive_within_mountlist");
    504506        return (NULL);
    505507    } else {
     508        log_msg(2, "Error in evaluate_drive_within_mountlist: %s", flaws_str);
    506509        return (flaws_str);
    507510    }
Note: See TracChangeset for help on using the changeset viewer.