diff options
| author | liuxueli <[email protected]> | 2023-09-20 17:37:22 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-09-20 17:37:22 +0800 |
| commit | 99ae565884a178731e3a14d7f4b5d247028286fb (patch) | |
| tree | e819211aa40ba5dd6d4b32b6f223b8a35e668d21 /src/tsg_action.cpp | |
| parent | f6f2e28f7db006e4e1406e976236addb8471e679 (diff) | |
优化输出本地日志v6.0.49
Diffstat (limited to 'src/tsg_action.cpp')
| -rw-r--r-- | src/tsg_action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_action.cpp b/src/tsg_action.cpp index afa8c0f..3d58939 100644 --- a/src/tsg_action.cpp +++ b/src/tsg_action.cpp @@ -548,7 +548,7 @@ static unsigned char do_action_reset(const struct streaminfo *a_stream, struct m int ret=MESA_rst_tcp((struct streaminfo *)a_stream, &rst_paras, sizeof(rst_paras)); if(ret<0) { - MASTER_LOG(g_tsg_para.logger, RLOG_LV_FATAL, LOG_MODULE_ACTION, + MASTER_LOG(g_tsg_para.logger, RLOG_LV_INFO, LOG_MODULE_ACTION, "Send RST failed policy_id: %d service: %d action: %d addr: %s", p_result->rule_id, p_result->service_id, |
