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

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b407b9f08 HttpSM.cc::do_http_server_open SMDebug -> SMDbg (#10973)
9b407b9f08 is described below

commit 9b407b9f08c702121210de25013b12d8336266c1
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Jan 8 15:50:33 2024 -0600

    HttpSM.cc::do_http_server_open SMDebug -> SMDbg (#10973)
    
    Fixes an old reference to SMDebug that got merged in from an old PR.
    The incorrect SMDebug was introduced in #10831.
---
 src/proxy/http/HttpSM.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/proxy/http/HttpSM.cc b/src/proxy/http/HttpSM.cc
index f4f2e46df6..21d446c4f1 100644
--- a/src/proxy/http/HttpSM.cc
+++ b/src/proxy/http/HttpSM.cc
@@ -5273,7 +5273,7 @@ HttpSM::do_http_server_open(bool raw, bool only_direct)
   }
   if (HttpTransact::is_server_negative_cached(&t_state) == true &&
       t_state.txn_conf->connect_attempts_max_retries_down_server <= 0) {
-    SMDebug("http_seq", "Not connecting to the server because it is marked 
down.");
+    SMDbg(dbg_ctl_http_seq, "Not connecting to the server because it is marked 
down.");
     call_transact_and_set_next_state(HttpTransact::OriginDown);
     return;
   }

Reply via email to