diff --git a/ppp.c b/ppp.c index 87ec0e8..fa22ce0a 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(1, s, t, "No interface identifier in IPV6CP request\n"); + LOG(2, s, t, "No interface identifier in IPV6CP request\n"); STAT(tunnel_rx_errors); return; }