diff options
| author | liuxueli <[email protected]> | 2020-11-22 19:50:03 +0600 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-11-22 19:50:03 +0600 |
| commit | a5fc0784e4fd25aa319c2a829c79cf5cbe86d78b (patch) | |
| tree | 85db0922e28ca2ae1d5f919c0620ac719f3126a2 /src | |
| parent | 3ec27f95f14ae5952ad09c84039db333d87887b3 (diff) | |
删除无用日志
Diffstat (limited to 'src')
| -rw-r--r-- | src/quic_analysis.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/quic_analysis.c b/src/quic_analysis.c index 84f8f57..8e5b11c 100644 --- a/src/quic_analysis.c +++ b/src/quic_analysis.c @@ -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; } |
