diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 21:53:36 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 21:53:36 +0200 |
commit | 54467ed46b31e29215e50d32b0a757998de29793 (patch) | |
tree | 5a31a3812ded03d8121ef2a1ec1985381324c8a0 /proto/ospf | |
parent | 551e30886d7ed156d3fe98cc9562ffa2c22e4ce3 (diff) | |
download | bird-54467ed46b31e29215e50d32b0a757998de29793.tar bird-54467ed46b31e29215e50d32b0a757998de29793.zip |
Useless logs removed.
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index a45ed2d..9c9bd37 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); |