From ed3599c0d7e3bf65068cbc6bc70f32c0c77933c0 Mon Sep 17 00:00:00 2001 From: 崔一鸣 Date: Mon, 3 Dec 2018 15:28:16 +0800 Subject: 增加环境配置脚本,修复已知bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- access/src/ip_mgr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'access/src/ip_mgr.cpp') diff --git a/access/src/ip_mgr.cpp b/access/src/ip_mgr.cpp index 020a882..73e582d 100644 --- a/access/src/ip_mgr.cpp +++ b/access/src/ip_mgr.cpp @@ -193,10 +193,9 @@ static void Maat_user_policy_finish_cb(void* args) static void Maat_cand_ip_start_cb(int update_type,void* args) { - printf("Maat_cand_ip_start_cb: update_type is %d\n", update_type); struct ip_mgr_handle *handle = (struct ip_mgr_handle *)args; void *logger = handle->logger; - MGW_LOG_INFO(logger, "Maat_redis: start callback, table is CAND_IP_TABLE"); + MGW_LOG_INFO(logger, "Maat_redis: start callback, table is CAND_IP_TABLE, updata_type is %d\n", update_type); return; } -- cgit v1.2.3