summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryangyubo <[email protected]>2023-09-19 16:28:50 +0800
committeryangyubo <[email protected]>2023-09-19 16:28:50 +0800
commit86f8864e4558bcb258aa5454ce8b3b2f6ef6a384 (patch)
treec40d08fac33d477312584d9f88bb5b5363df8c49 /src
parent2290821e0310cedd17ac80045365a8c23ab61f6c (diff)
TSG-17051:更新ipfix_conf.jsonv6.1.11
Diffstat (limited to 'src')
-rw-r--r--src/tsg_sync_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_sync_state.cpp b/src/tsg_sync_state.cpp
index 0016743..587931c 100644
--- a/src/tsg_sync_state.cpp
+++ b/src/tsg_sync_state.cpp
@@ -45,7 +45,7 @@ static int mpack_send_pkt(const struct streaminfo *a_stream, mpack_writer_t *wri
ret=sapp_inject_ctrl_pkt((struct streaminfo *)a_stream, SIO_DEFAULT, *mpack_data, *mpack_size, a_stream->routedir);
if (ret==-1)
{
- MASTER_LOG(g_tsg_para.logger, RLOG_LV_DEBUG, LOG_MODULE_MPACK, "MSGPACK_BUFF_SEND An error occurred injecting the data! addr: %s", printaddr(&(a_stream->addr), a_stream->threadnum));
+ MASTER_LOG(g_tsg_para.logger, RLOG_LV_FATAL, LOG_MODULE_MPACK, "MSGPACK_BUFF_SEND An error occurred injecting the data! addr: %s", printaddr(&(a_stream->addr), a_stream->threadnum));
}
free(*mpack_data);