Use error_msg instead of fprintf(stderr

This commit is contained in:
Glenn L McGrath 2002-11-28 10:27:50 +00:00
parent b122217d90
commit b2e28a0e35

View File

@ -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);