Ignore:
Timestamp:
Mar 22, 2007, 12:04:53 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • ChangeLog updated
  • More precision for an opendir error message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/mondo/src/common/libmondo-filelist.c

    r1236 r1260  
    15651565    sprintf(new_with_spaces, " %s ", dir);
    15661566    if ((dip = opendir(dir)) == NULL) {
    1567         log_OS_error("opendir");
     1567        sprintf(tmp,"opendir %s", dir);
     1568        log_OS_error(tmp);
    15681569    } else if (strstr(skip_these, new_with_spaces)) {
    15691570        fprintf(fout, "%s\n", dir); // if excluded dir then print dir ONLY
Note: See TracChangeset for help on using the changeset viewer.