From: Pali Rohár Date: Sat, 9 Jan 2021 13:41:00 +0000 (+0100) Subject: ipv6cp: Remove demand debug notice X-Git-Tag: ppp-2.5.0~92^2 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=dd8bddb544f489a3b84dbd40220a0c6164ff1a0a;ds=sidebyside ipv6cp: Remove demand debug notice Signed-off-by: Pali Rohár --- diff --git a/pppd/ipv6cp.c b/pppd/ipv6cp.c index b166d37..11be07d 100644 --- a/pppd/ipv6cp.c +++ b/pppd/ipv6cp.c @@ -1176,7 +1176,6 @@ ipv6_demand_conf(int u) if (sif6defaultroute(u, wo->ourid, wo->hisid)) default_route_set[u] = 1; - notice("ipv6_demand_conf"); notice("local LL address %s", llv6_ntoa(wo->ourid)); notice("remote LL address %s", llv6_ntoa(wo->hisid));