diff options
| author | 崔一鸣 <[email protected]> | 2018-12-03 15:28:16 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2018-12-03 15:28:16 +0800 |
| commit | ed3599c0d7e3bf65068cbc6bc70f32c0c77933c0 (patch) | |
| tree | 21830066eb20df6195aa5cdbb55c1c7fa0715d6c /access/src/ip_mgr.cpp | |
| parent | 14b18b7361a0efb1d779fab68327b99d5a3151a4 (diff) | |
增加环境配置脚本,修复已知bug
Diffstat (limited to 'access/src/ip_mgr.cpp')
| -rw-r--r-- | access/src/ip_mgr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |
