mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
Latency stats should be at LOG_DEBUG not LOG_INFO level
Resolves: #363 Signed-off-by: Alan Jowett alan.jowett@microsoft.com
This commit is contained in:
@@ -1331,7 +1331,7 @@ static void latency_watcher_cb(EV_P_ ev_timer *w, int revents)
|
||||
mslog(
|
||||
s,
|
||||
NULL,
|
||||
LOG_INFO,
|
||||
LOG_DEBUG,
|
||||
"Latency: Median Total %ld RMS Total %ld Sample Count %ld",
|
||||
s->stats.current_latency_stats.median_total,
|
||||
s->stats.current_latency_stats.rms_total,
|
||||
|
||||
Reference in New Issue
Block a user