From: Ondrej Filip Date: Mon, 7 Jun 2004 12:52:32 +0000 (+0000) Subject: It was too verbose. X-Git-Tag: v1.2.0~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541cbe97633281b273ade8045b77834a5b6a1db4;p=thirdparty%2Fbird.git It was too verbose. --- diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 2527cef1d..4f69638d2 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)