From a164933dab45ecad1f3515b3aafb8204ce4ae199 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Tue, 29 Sep 2020 11:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_rule.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tsg_rule.cpp b/src/tsg_rule.cpp index bde65bb..d08beaf 100644 --- a/src/tsg_rule.cpp +++ b/src/tsg_rule.cpp @@ -399,7 +399,7 @@ void fqdn_cat_dup_data(int table_id, MAAT_PLUGIN_EX_DATA *to, MAAT_PLUGIN_EX_DAT MESA_handle_runtime_log(logger, RLOG_LV_DEBUG, - "IP_LOCATION", + "FQDN_CAT", "Dup(table_id: %d) fqdn category: category_id: %d fqdn: %s match_method: %d ref_cnt: %d", table_id, fqdn_cat->category_id, @@ -434,7 +434,7 @@ void fqdn_cat_new_data(int table_id, const char* key, const char* table_line, MA MESA_handle_runtime_log(logger, RLOG_LV_FATAL, - "IP_LOCATION", + "FQDN_CAT", "Parse fqdn category failed, ret: %d table_id: %d table_line: %s", ret, table_id, @@ -460,7 +460,7 @@ void fqdn_cat_free_data(int table_id, MAAT_PLUGIN_EX_DATA* ad, long argl, void* MESA_handle_runtime_log(logger, RLOG_LV_DEBUG, - "IP_LOCATION", + "FQDN_CAT", "Delete(table_id: %d) fqdn category: category_id: %d fqdn: %s match_method: %d ref_cnt: %d", table_id, fqdn_cat->category_id,