projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5b466
)
Forgot some debugging noise.
author
Erik Andersen
<andersen@codepoet.org>
Thu, 27 Jan 2000 23:00:01 +0000
(23:00 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Thu, 27 Jan 2000 23:00:01 +0000
(23:00 -0000)
-Erik
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/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);
}