diff options
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ recursiveAction(const char *fileName, int recurse, int followLinks, int depthFir | |||
416 | status = lstat(fileName, &statbuf); | 416 | status = lstat(fileName, &statbuf); |
417 | 417 | ||
418 | if (status < 0) { | 418 | if (status < 0) { |
419 | fprintf(stderr, "status=%d followLinks=%d TRUE=%d\n", status, followLinks, TRUE); | 419 | //fprintf(stderr, "status=%d followLinks=%d TRUE=%d\n", status, followLinks, TRUE); |
420 | perror(fileName); | 420 | perror(fileName); |
421 | return (FALSE); | 421 | return (FALSE); |
422 | } | 422 | } |