Forgot some debugging noise.
authorErik Andersen <andersen@codepoet.org>
Thu, 27 Jan 2000 23:00:01 +0000 (23:00 -0000)
committerErik Andersen <andersen@codepoet.org>
Thu, 27 Jan 2000 23:00:01 +0000 (23:00 -0000)
 -Erik

utility.c

index 69637c4751976c9555fe853c58ef62c95914d5a2..c10f9bb8a338a5efdc3044ca65517d0f6d23a073 100644 (file)
--- a/utility.c
+++ b/utility.c
@@ -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);
     }