Reduce loglevel of multi_read_count
This commit is contained in:
parent
37ff318b32
commit
4ba646d2af
1 changed files with 1 additions and 1 deletions
2
l2tpns.c
2
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++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue