diff options
| -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 { |
