diff options
| author | jixinyi <[email protected]> | 2019-01-17 17:58:18 +0800 |
|---|---|---|
| committer | jixinyi <[email protected]> | 2019-01-17 17:58:18 +0800 |
| commit | c6030de172b9ad4b6d3ac429e95d9edd42a331d4 (patch) | |
| tree | 59218c792bd7df899142079a4ee0d3db061327d2 | |
| parent | 1aafdc717b84f842af8716efe2c023a90e326013 (diff) | |
调用maat新接口
| -rw-r--r-- | bin/mctrl | bin | 44344 -> 44344 bytes | |||
| -rw-r--r-- | src/mctrl.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
| Binary files differ diff --git a/src/mctrl.cpp b/src/mctrl.cpp index d321f4b..715f36a 100644 --- a/src/mctrl.cpp +++ b/src/mctrl.cpp @@ -408,7 +408,7 @@ void nominee_intercept_candidate_table_new_cb(int table_id, const char* key, con if(search_htable_result==NULL) { del_ir_redis_info(*(int*)argp,table_line,rule_id); - MESA_handle_runtime_log(mctrl_g.logger_handle, RLOG_LV_DEBUG, (char*)"nominee_intercept_candidate_table_new_cb","htable data not exist,del it!"); + MESA_handle_runtime_log(mctrl_g.logger_handle, RLOG_LV_DEBUG, (char*)"nominee_intercept_candidate_table_new_cb","rule_id:%d htable data not exist,del it! "); } else { |
