增加调试日志信息
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user