修正日志,增加基础协议ID的输出

This commit is contained in:
liuxueli
2020-09-10 10:01:28 +08:00
parent 9686539a69
commit 0cd81e12e5

View File

@@ -1065,8 +1065,9 @@ int tsg_scan_nesting_addr(Maat_feather_t maat_feather, const struct streaminfo *
MESA_handle_runtime_log(g_tsg_para.logger,
RLOG_LV_DEBUG,
"SCAN_PROTO",
"No hit PROTO: %s scan ret: %d addr: %s",
"No hit PROTO: %s(%d) scan ret: %d addr: %s",
g_tsg_proto_string[proto].type,
proto_str2id(proto),
maat_ret,
printaddr(&a_stream->addr, a_stream->threadnum)
);