diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-10-09 06:33:18 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-10-09 06:33:18 +0000 |
commit | 54cbb3780c19c9c504c4d9578e7606ee26db942f (patch) | |
tree | 11eeaaded44d9c5b55b2246a37af180764f442d3 /usr.sbin | |
parent | 50fbdd7ae97ce97f8cd0f32ff8b889124d742c45 (diff) |
Unneeded and to noisy debug output
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospf6d/interface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/interface.c b/usr.sbin/ospf6d/interface.c index a818ae74996..8f9fc0ce733 100644 --- a/usr.sbin/ospf6d/interface.c +++ b/usr.sbin/ospf6d/interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.c,v 1.2 2007/10/09 06:17:40 claudio Exp $ */ +/* $OpenBSD: interface.c,v 1.3 2007/10/09 06:33:17 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -739,7 +739,6 @@ if_set_mcast(struct iface *iface) switch (iface->type) { case IF_TYPE_POINTOPOINT: case IF_TYPE_BROADCAST: - log_debug("if_set_mcast: iface %s", iface->name); if (setsockopt(iface->fd, IPPROTO_IPV6, IPV6_MULTICAST_IF, &iface->ifindex, sizeof(iface->ifindex)) < 0) { log_debug("if_set_mcast: error setting " |