This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.1.x by this push:
     new 69069f3  Report to user correct configurable to tweak on error (#8280)
69069f3 is described below

commit 69069f3ab603d2ad07c339c0efaa228e89d94df2
Author: Randall Meyer <r...@apache.org>
AuthorDate: Wed Aug 25 12:01:35 2021 -0700

    Report to user correct configurable to tweak on error (#8280)
    
    (cherry picked from commit 28359d8603565224784a61a3449565da6469b859)
---
 iocore/net/UnixNetProcessor.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/UnixNetProcessor.cc b/iocore/net/UnixNetProcessor.cc
index 5d8c71a..ba012e0 100644
--- a/iocore/net/UnixNetProcessor.cc
+++ b/iocore/net/UnixNetProcessor.cc
@@ -104,7 +104,7 @@ UnixNetProcessor::accept_internal(Continuation *cont, int 
fd, AcceptOptions cons
   }
   REC_ReadConfigInteger(listen_per_thread, "proxy.config.exec_thread.listen");
   if (accept_threads > 0 && listen_per_thread > 0) {
-    Fatal("Please disable accept_threads or exec_threads.listen");
+    Fatal("Please disable accept_threads or exec_thread.listen");
   }
 
   NET_INCREMENT_DYN_STAT(net_accepts_currently_open_stat);

Reply via email to