diff --git a/ppp.c b/ppp.c index f34a646..c987bb7 100644 --- a/ppp.c +++ b/ppp.c @@ -1626,7 +1626,7 @@ void processipv6cp(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l) } else { - LOG(2, s, t, "No interface identifier in IPV6CP request\n"); + LOG(3, s, t, "No interface identifier in IPV6CP request\n"); STAT(tunnel_rx_errors); return; }