From 541cbe97633281b273ade8045b77834a5b6a1db4 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 7 Jun 2004 12:52:32 +0000 Subject: [PATCH] It was too verbose. --- proto/ospf/neighbor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 2527cef1..4f69638d 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)