mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Log changes to reduce logging noise
Signed-off-by: Russell Young <ruyoung@microsoft.com>
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
2f0b1bba0d
commit
3055c15c96
@@ -1751,7 +1751,7 @@ static int send_routes(worker_st *ws, struct http_req_st *req,
|
||||
continue;
|
||||
if (req->no_ipv4 != 0 && ip6 == 0)
|
||||
continue;
|
||||
oclog(ws, LOG_INFO, "%s route %s", txt, routes[i]);
|
||||
oclog(ws, LOG_DEBUG, "%s route %s", txt, routes[i]);
|
||||
|
||||
if (ip6 != 0 && ws->full_ipv6) {
|
||||
ret = cstp_printf(ws,
|
||||
|
||||
Reference in New Issue
Block a user