删除无用日志
This commit is contained in:
@@ -238,14 +238,7 @@ extern "C" char QUIC_ENTRY(struct streaminfo *pstream, void**pme, int thread_seq
|
||||
struct _quic_context *_context=(struct _quic_context *)*pme;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user