It was too verbose.

This commit is contained in:
Ondrej Filip 2004-06-07 12:52:32 +00:00
parent c90ac711bc
commit 541cbe9763

View 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)