diff -ur logrotate-3.6.2~/config.c logrotate-3.6.2/config.c --- logrotate-3.6.2~/config.c Sun Mar 24 00:00:01 2002 +++ logrotate-3.6.2/config.c Sun Mar 24 00:00:46 2002 @@ -250,7 +250,7 @@ files_count = scandir(path, &namelist, checkFilelist, alphasort); if (files_count==-1) { - message(MESS_ERROR, "scandir(): %s", strerror(errno)); + message(MESS_ERROR, "scandir: %s: %s", path, strerror(errno)); return 1; } @@ -879,7 +879,7 @@ newlog->pattern = strdup(start); - message(MESS_DEBUG, "reading config info for %s\n", start); + message(MESS_DEBUG, "End of reading config info for %s\n", start); free(argv);