It was too verbose.
This commit is contained in:
parent
c90ac711bc
commit
541cbe9763
1 changed files with 1 additions and 2 deletions
|
@ -290,8 +290,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event)
|
||||||
struct proto_ospf *po = n->ifa->proto;
|
struct proto_ospf *po = n->ifa->proto;
|
||||||
struct proto *p = (struct proto *) po;
|
struct proto *p = (struct proto *) po;
|
||||||
|
|
||||||
OSPF_TRACE(D_EVENTS,
|
DBG("Neighbor state machine for neighbor %I, event \"%s\".", n->ip,
|
||||||
"Neighbor state machine for neighbor %I, event \"%s\".", n->ip,
|
|
||||||
ospf_inm[event]);
|
ospf_inm[event]);
|
||||||
|
|
||||||
switch (event)
|
switch (event)
|
||||||
|
|
Loading…
Reference in a new issue