JosiahWI commented on code in PR #11675:
URL: https://github.com/apache/trafficserver/pull/11675#discussion_r1717223708
##########
src/iocore/net/UnixNetAccept.cc:
##########
@@ -478,10 +478,10 @@ NetAccept::acceptEvent(int event, void *ep)
if ((res = accept_fn(this, e, false)) < 0) {
Metrics::Gauge::decrement(net_rsb.accepts_currently_open);
/* INKqa11179 */
- Warning("Accept on port %d failed with error no %d",
ats_ip_port_host_order(&server.addr), res);
+ Warning("Accept on port %d failed with error no %d",
ats_ip_port_host_order(&server.accept_addr), res);
Review Comment:
I'm still not convinced we need both, but I think changing it to only one
variable might require a behavior change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]