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 | |
| parent | ce5b466bcce4edbd8a57ed3fa91911936bd11927 (diff) | |
| download | busybox-d7a44c76fe22873893b995ab62ce4112fad99c66.tar.gz | |
Forgot some debugging noise.
-Erik
| -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); } |
