We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea22b6 commit 38faa7aCopy full SHA for 38faa7a
1 file changed
proxy/include/proxy/proxy_server.hpp
@@ -4992,7 +4992,7 @@ R"x*x*x(<html>
4992
{
4993
XLOG_DBG << "domain: '" << ctx.domain_
4994
<< "', expire: '" << ctx.expire_date_
4995
- << ", cert: '" << ctx.cert_.filepath_.string()
+ << "', cert: '" << ctx.cert_.filepath_.string()
4996
<< "', key: '" << ctx.key_.filepath_.string()
4997
<< "', dhparam: '" << ctx.dhparam_.filepath_.string()
4998
<< "', pwd: '" << ctx.pwd_.filepath_.string() << "'";
0 commit comments