From: Ondrej Filip Date: Tue, 21 Aug 2001 15:03:42 +0000 (+0000) Subject: Useless trace. X-Git-Tag: v1.2.0~458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37da55168cdb0f562266eff4b821f6e576d93931;p=thirdparty%2Fbird.git Useless trace. --- diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 2dfe3acf5..7b205c62e 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -274,9 +274,6 @@ originate_net_lsa(struct ospf_iface *ifa) * try to do it next tick */ - OSPF_TRACE(D_EVENTS, "Originating Net lsa for iface \"%s\".", - ifa->iface->name); - if((ifa->state!=OSPF_IS_DR)||(ifa->fadj==0)) { if(ifa->nlsa==NULL) return;