mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
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) {
|
||||
#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);
|
||||
|
Loading…
Reference in New Issue
Block a user