]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
It was too verbose.
authorOndrej Filip <feela@network.cz>
Mon, 7 Jun 2004 12:52:32 +0000 (12:52 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 7 Jun 2004 12:52:32 +0000 (12:52 +0000)
proto/ospf/neighbor.c

index 2527cef1d58e5b3bea5f51d35931631d050d8661..4f69638d22b0fad9f661b407549d5cb272785c0d 100644 (file)
@@ -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)