From: Glenn L McGrath Date: Thu, 28 Nov 2002 10:27:50 +0000 (-0000) Subject: Use error_msg instead of fprintf(stderr X-Git-Tag: 1_00_pre1~389 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2e28a0e3500d78fd6fb1d76e45ffe501b070404;p=oweals%2Fbusybox.git Use error_msg instead of fprintf(stderr --- 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, if (status < 0) { #ifdef DEBUG_RECURS_ACTION - fprintf(stderr, - "status=%d followLinks=%d TRUE=%d\n", + error_msg("status=%d followLinks=%d TRUE=%d", status, followLinks, TRUE); #endif perror_msg("%s", fileName);