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

masaori 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 2131034fae Cleanup debug log of do_http_server_open (#12040)
2131034fae is described below

commit 2131034faee02131ce41af4b35f7e9b4dcea989e
Author: Masaori Koshiba <[email protected]>
AuthorDate: Fri Feb 21 08:22:28 2025 +0900

    Cleanup debug log of do_http_server_open (#12040)
---
 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 9f48749194..5cc51dbb9d 100644
--- a/src/proxy/http/HttpSM.cc
+++ b/src/proxy/http/HttpSM.cc
@@ -5306,7 +5306,7 @@ HttpSM::do_http_server_open(bool raw, bool only_direct)
 {
   int  ip_family = t_state.current.server->dst_addr.sa.sa_family;
   auto fam_name  = ats_ip_family_name(ip_family);
-  SMDbg(dbg_ctl_http_track, "entered inside do_http_server_open ][%.*s]", 
static_cast<int>(fam_name.size()), fam_name.data());
+  SMDbg(dbg_ctl_http_track, "[%.*s]", static_cast<int>(fam_name.size()), 
fam_name.data());
 
   NetVConnection *vc = _ua.get_txn()->get_netvc();
   ink_release_assert(vc && vc->thread == this_ethread());

Reply via email to