Re: Redirecting Output for a fork()'d Process
Re: Redirecting Output for a fork()'d Process
- Subject: Re: Redirecting Output for a fork()'d Process
- From: Filipe Cabecinhas <email@hidden>
- Date: Fri, 13 Apr 2007 07:42:27 +0100
Hi
Maybe you should use perror instead of/in addition to this printf, so
you would get an English description of the problem (and your users
would understand the error message easily, too.
Filipe Cabecinhas
On 13 Apr, 2007, at 03:06, David Alger wrote:
printf("fopen failed on error: %d - redirectPath is: %s - line
number: %d\n", errno, redirectPath, __LINE__);
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden