增加调试日志信息

This commit is contained in:
liuxueli
2019-11-25 19:30:08 +08:00
parent 4aef0628e5
commit 8cfc6b32fd

View File

@@ -171,8 +171,8 @@ extern "C" char TSG_MASTER_TCP_ENTRY(struct streaminfo *a_tcp, void **pme, int t
MESA_handle_runtime_log(g_tsg_para.logger,
RLOG_LV_DEBUG,
"SCAN_IP_AND_DOAMIN",
"Not hit %s: %s addr: %s",
"Not hit %s: %s addr: %s",
(ret==-1) ? "NULL" : ((identify_info.proto==PROTO_HTTP) ? "host" : "sni"),
(ret==-1) ? "NULL" : identify_info.domain,
printaddr(&a_tcp->addr, thread_seq)