summaryrefslogtreecommitdiff
path: root/src/dealpkt/plug_support.c
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-06-07 20:28:05 +0800
committer杨威 <[email protected]>2023-06-07 20:28:05 +0800
commit24c1652de05a58e786297fddedd2754f64378836 (patch)
tree5d76bc383846fbf02dcf13306fa744d214555ebe /src/dealpkt/plug_support.c
parent93d7d4a6a23a8276a7c942e4e4680afda13387b2 (diff)
✨ feat(printaddr): sapp日志级别≤info时输出printadd结果
Diffstat (limited to 'src/dealpkt/plug_support.c')
-rw-r--r--src/dealpkt/plug_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dealpkt/plug_support.c b/src/dealpkt/plug_support.c
index 179e6eb..ea7f9e9 100644
--- a/src/dealpkt/plug_support.c
+++ b/src/dealpkt/plug_support.c
@@ -474,7 +474,7 @@ int get_rawpkt_opt_from_streaminfo(const struct streaminfo *pstream, int type, v
const char *printaddr (const struct layer_addr *paddrinfo,int threadindex)
{
- if(MESA_handle_runtime_log_level_enabled(ABBR_SAPP_LOG_HANDLE, RLOG_LV_DEBUG) == 0)
+ if(MESA_handle_runtime_log_level_enabled(ABBR_SAPP_LOG_HANDLE, RLOG_LV_INFO) == 0)
{
return NULL;
}