删除无用日志
This commit is contained in:
@@ -239,13 +239,6 @@ extern "C" char QUIC_ENTRY(struct streaminfo *pstream, void**pme, int thread_seq
|
|||||||
|
|
||||||
if(g_quic_param.quic_interested_region_flag<QUIC_KEY)
|
if(g_quic_param.quic_interested_region_flag<QUIC_KEY)
|
||||||
{
|
{
|
||||||
MESA_handle_runtime_log(g_quic_param.logger,
|
|
||||||
RLOG_LV_FATAL,
|
|
||||||
"QUIC_INSTEREST",
|
|
||||||
"No business register QUIC, interested_region_flag: %llu QUIC_KEY: %d",
|
|
||||||
g_quic_param.quic_interested_region_flag,
|
|
||||||
QUIC_KEY,
|
|
||||||
printaddr(&pstream->addr, thread_seq));
|
|
||||||
return APP_STATE_DROPME;
|
return APP_STATE_DROPME;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user