Use error_msg instead of fprintf(stderr
This commit is contained in:
parent
b122217d90
commit
b2e28a0e35
@ -60,8 +60,7 @@ int recursive_action(const char *fileName,
|
|||||||
|
|
||||||
if (status < 0) {
|
if (status < 0) {
|
||||||
#ifdef DEBUG_RECURS_ACTION
|
#ifdef DEBUG_RECURS_ACTION
|
||||||
fprintf(stderr,
|
error_msg("status=%d followLinks=%d TRUE=%d",
|
||||||
"status=%d followLinks=%d TRUE=%d\n",
|
|
||||||
status, followLinks, TRUE);
|
status, followLinks, TRUE);
|
||||||
#endif
|
#endif
|
||||||
perror_msg("%s", fileName);
|
perror_msg("%s", fileName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user