Skip to content

Commit

Permalink
HttpSM.cc::do_http_server_open SMDebug -> SMDbg (#10973)
Browse files Browse the repository at this point in the history
Fixes an old reference to SMDebug that got merged in from an old PR.
The incorrect SMDebug was introduced in #10831.
  • Loading branch information
bneradt authored Jan 8, 2024
1 parent e29668f commit 9b407b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/http/HttpSM.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9b407b9

Please sign in to comment.