HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Generating a Caller-ID only log file
вівторок 14 березень 2006 13:30, Lee Howard Ви написали:
> Indeed, I had the errno logging there when I wrote the patch. I took it
> out as I originally considered it debugging, but certainly I can
> understand why it would be useful to know "Permission denied" or "No
> such file" or something like that.
I think, Aidan's point was, that checking for errno after execve is redundant.
The code should read:
- if (errno)
- traceProtocol("Couldn't run QualifyCID-Ex, %s: %s",
+ traceProtocol("Couldn't run QualifyCID-Ex, %s: %s",
Thanks! Yours,
-mi
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*