summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-07 14:52:32 +0200
committerOndrej Filip <feela@network.cz>2004-06-07 14:52:32 +0200
commit541cbe97633281b273ade8045b77834a5b6a1db4 (patch)
treefa3370df757368764980b91ca48cdcacf9b99a2d /proto/ospf/neighbor.c
parentc90ac711bc5d1989dcb093088c74d062b43e9914 (diff)
downloadbird-541cbe97633281b273ade8045b77834a5b6a1db4.tar
bird-541cbe97633281b273ade8045b77834a5b6a1db4.zip
It was too verbose.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r--proto/ospf/neighbor.c3
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)