summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/mctrlbin44344 -> 44344 bytes
-rw-r--r--src/mctrl.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/mctrl b/bin/mctrl
index 1d5e988..ae25fe1 100644
--- a/bin/mctrl
+++ b/bin/mctrl
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
{