删除无用日志

This commit is contained in:
liuxueli
2020-11-22 19:50:03 +06:00
parent 3ec27f95f1
commit a5fc0784e4

View File

@@ -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;
}