From 0cd81e12e526767804306c63dbafc802064071ab Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 10 Sep 2020 10:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=97=A5=E5=BF=97=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9F=BA=E7=A1=80=E5=8D=8F=E8=AE=AEID?= =?UTF-8?q?=E7=9A=84=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_rule.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tsg_rule.cpp b/src/tsg_rule.cpp index 16d85f6..7dba128 100644 --- a/src/tsg_rule.cpp +++ b/src/tsg_rule.cpp @@ -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) );