Revision: 14282 Author: adrian.chadd Date: Thu Aug 13 04:35:55 2009 Log: Drop logging commResetFD() happenings to cache.log by default - this option now works fine with TPROXY
http://code.google.com/p/lusca-cache/source/detail?r=14282 Modified: /branches/LUSCA_HEAD/src/comm.c ======================================= --- /branches/LUSCA_HEAD/src/comm.c Mon Jul 6 01:42:45 2009 +++ /branches/LUSCA_HEAD/src/comm.c Thu Aug 13 04:35:55 2009 @@ -204,9 +204,9 @@ */ assert(F->local_port == sqinet_get_port(&F->local_address)); if (F->flags.tproxy_rem) { - debug(1, 1) ("commResetFD: FD %d: re-starting a tproxy'ed upstream connection\n", cs->fd); + debug(5, 3) ("commResetFD: FD %d: re-starting a tproxy'ed upstream connection\n", cs->fd); if (comm_ips_bind_rem(cs->fd, &F->local_address) != COMM_OK) { - debug(1, 1) ("commResetFD: FD %d: TPROXY comm_ips_bind_rem() failed? Why?\n", cs->fd); + debug(5, 1) ("commResetFD: FD %d: TPROXY comm_ips_bind_rem() failed? Why?\n", cs->fd); return 0; } } else if (commBind(cs->fd, &F->local_address) != COMM_OK) { --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
