Nope. And if we think we need to log the exact reason why, then
there are better ways than strerror() :)
Colm MacCarthaigh wrote:
>
>
> Anyone object to me removing line 124 in server/listen.c in trunk ?
>
> 117 if (receive_buffer_size) {
> 118 stat = apr_socket_opt_set(s, APR_SO_RCVBUF, receive_buffer_size);
> 119 if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
> 120 ap_log_perror(APLOG_MARK, APLOG_WARNING, stat, p,
> 121 "make_sock: failed to set ReceiveBufferSize for "
> 122 "address %pI, using default",
> 123 server->bind_addr);
> 124 strerror(errno);
> 125 /* not a fatal error */
> 126 }
> 127 }
>
--
===========================================================================
Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/
"Sith happens" - Yoda