diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-28 10:27:50 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-28 10:27:50 +0000 |
commit | ceee21f1ebe21469f0810ddb67a9991550c43a32 (patch) | |
tree | 4cff0ffd53922ed86fdc7e92efc2d3ba0c3c6167 /libbb | |
parent | 13830b58d20e0d1511e8c6b468be55924f343c8a (diff) | |
download | busybox-w32-ceee21f1ebe21469f0810ddb67a9991550c43a32.tar.gz busybox-w32-ceee21f1ebe21469f0810ddb67a9991550c43a32.tar.bz2 busybox-w32-ceee21f1ebe21469f0810ddb67a9991550c43a32.zip |
Use error_msg instead of fprintf(stderr
git-svn-id: svn://busybox.net/trunk/busybox@6048 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/recursive_action.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/recursive_action.c b/libbb/recursive_action.c index 8917f470f..8f9cc2f91 100644 --- a/libbb/recursive_action.c +++ b/libbb/recursive_action.c | |||
@@ -60,8 +60,7 @@ int recursive_action(const char *fileName, | |||
60 | 60 | ||
61 | if (status < 0) { | 61 | if (status < 0) { |
62 | #ifdef DEBUG_RECURS_ACTION | 62 | #ifdef DEBUG_RECURS_ACTION |
63 | fprintf(stderr, | 63 | error_msg("status=%d followLinks=%d TRUE=%d", |
64 | "status=%d followLinks=%d TRUE=%d\n", | ||
65 | status, followLinks, TRUE); | 64 | status, followLinks, TRUE); |
66 | #endif | 65 | #endif |
67 | perror_msg("%s", fileName); | 66 | perror_msg("%s", fileName); |