From: Ondrej Filip Date: Fri, 4 Jun 2004 19:53:36 +0000 (+0000) Subject: Useless logs removed. X-Git-Tag: v1.2.0~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54467ed46b31e29215e50d32b0a757998de29793;p=thirdparty%2Fbird.git Useless logs removed. --- diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index a45ed2dc8..9c9bd3764 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -343,9 +343,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) } break; case INM_SEQMIS: - OSPF_TRACE(D_EVENTS, "Seq mis!"); case INM_BADLSREQ: - OSPF_TRACE(D_EVENTS, "Bad LS req!"); if(n->state>=NEIGHBOR_EXCHANGE) { neigh_chstate(n,NEIGHBOR_EXSTART);