Reduce loglevel of multi_read_count

This commit is contained in:
Samuel Thibault 2025-03-30 17:53:14 +02:00
parent 37ff318b32
commit 4ba646d2af

View file

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