From 4ba646d2afdf2b5e8bafdf79f07a4c6997184136 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 30 Mar 2025 17:53:14 +0200 Subject: [PATCH] Reduce loglevel of multi_read_count --- l2tpns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2tpns.c b/l2tpns.c index 8a788f2..42e7469 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -6251,7 +6251,7 @@ static void mainloop(void) if (c >= config->multi_read_count) { - LOG(3, 0, 0, "Reached multi_read_count (%d); processed %d udp, %d tun %d cluster and %d pppoe packets\n", + LOG(4, 0, 0, "Reached multi_read_count (%d); processed %d udp, %d tun %d cluster and %d pppoe packets\n", config->multi_read_count, udp_pkts[0], tun_pkts, cluster_pkts, pppoesess_pkts); STAT(multi_read_exceeded); more++;