Revision: 14374 Author: adrian.chadd Date: Sun Dec 6 03:11:45 2009 Log: Log why the non-local bind failed
http://code.google.com/p/lusca-cache/source/detail?r=14374 Modified: /branches/LUSCA_HEAD/libiapp/comm.c ======================================= --- /branches/LUSCA_HEAD/libiapp/comm.c Sun Oct 18 19:14:46 2009 +++ /branches/LUSCA_HEAD/libiapp/comm.c Sun Dec 6 03:11:45 2009 @@ -312,7 +312,7 @@ } } else if (F->flags.tproxy_rem) { if (comm_ips_bind_rem(new_socket, &F->local_address) != COMM_OK) { - debug(1, 1) ("comm_fdopen6: FD %d: TPROXY comm_ips_bind_rem() failed? Why?\n", new_socket); + debug(1, 1) ("comm_fdopen6: FD %d: TPROXY comm_ips_bind_rem() failed: errno %d (%s)\n", new_socket, errno, xstrerror()); comm_close(new_socket); return -1; } -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
