Skip to content

Commit

Permalink
Improve log print
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 22, 2023
1 parent 8b942d8 commit addd3bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy/include/proxy/proxy_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2337,10 +2337,10 @@ R"x*x(<html>

if (ec)
{
XLOG_WFMT("{} id: {},"
" connect to next host {}:{} error: {}",
std::string(scheme),
XLOG_WFMT("connection id: {}"
", {} connect to next host {}:{} error: {}",
m_connection_id,
std::string(scheme),
target_host,
target_port,
ec.message());
Expand Down

0 comments on commit addd3bc

Please sign in to comment.