Skip to content

Commit 38faa7a

Browse files
committed
Improve log for proxy server
1 parent cea22b6 commit 38faa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy/include/proxy/proxy_server.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4992,7 +4992,7 @@ R"x*x*x(<html>
49924992
{
49934993
XLOG_DBG << "domain: '" << ctx.domain_
49944994
<< "', expire: '" << ctx.expire_date_
4995-
<< ", cert: '" << ctx.cert_.filepath_.string()
4995+
<< "', cert: '" << ctx.cert_.filepath_.string()
49964996
<< "', key: '" << ctx.key_.filepath_.string()
49974997
<< "', dhparam: '" << ctx.dhparam_.filepath_.string()
49984998
<< "', pwd: '" << ctx.pwd_.filepath_.string() << "'";

0 commit comments

Comments
 (0)