diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-27 23:00:01 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-27 23:00:01 +0000 |
commit | d7a44c76fe22873893b995ab62ce4112fad99c66 (patch) | |
tree | ff1c8956dc560ebe830cc85fde1e433129842e01 /utility.c | |
parent | ce5b466bcce4edbd8a57ed3fa91911936bd11927 (diff) |
Forgot some debugging noise.
-Erik
Diffstat (limited to 'utility.c')
-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 status = lstat(fileName, &statbuf); if (status < 0) { - fprintf(stderr, "status=%d followLinks=%d TRUE=%d\n", status, followLinks, TRUE); + //fprintf(stderr, "status=%d followLinks=%d TRUE=%d\n", status, followLinks, TRUE); perror(fileName); return (FALSE); } |