1
0
mirror of https://github.com/sheumann/hush.git synced 2025-04-01 20:29:32 +00:00

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

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