diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-07 14:52:32 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-07 14:52:32 +0200 |
commit | 541cbe97633281b273ade8045b77834a5b6a1db4 (patch) | |
tree | fa3370df757368764980b91ca48cdcacf9b99a2d /proto/ospf | |
parent | c90ac711bc5d1989dcb093088c74d062b43e9914 (diff) | |
download | bird-541cbe97633281b273ade8045b77834a5b6a1db4.tar bird-541cbe97633281b273ade8045b77834a5b6a1db4.zip |
It was too verbose.
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/neighbor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 2527cef..4f69638 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -290,8 +290,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) struct proto_ospf *po = n->ifa->proto; struct proto *p = (struct proto *) po; - OSPF_TRACE(D_EVENTS, - "Neighbor state machine for neighbor %I, event \"%s\".", n->ip, + DBG("Neighbor state machine for neighbor %I, event \"%s\".", n->ip, ospf_inm[event]); switch (event) |