forked from Mirror/frr
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_db_desc) Reduce priority on a debug message from LOG_NOTICE to LOG_DEBUG.
This commit is contained in:
parent
887c44a4f3
commit
1210fa6674
|
@ -1,3 +1,8 @@
|
||||||
|
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
|
* ospf_packet.c: (ospf_db_desc) Reduce priority on a debug message
|
||||||
|
from LOG_NOTICE to LOG_DEBUG.
|
||||||
|
|
||||||
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* ospf_main.c: (sigint) Use zlog_notice for termination message.
|
* ospf_main.c: (sigint) Use zlog_notice for termination message.
|
||||||
|
|
|
@ -1125,7 +1125,7 @@ ospf_db_desc (struct ip *iph, struct ospf_header *ospfh,
|
||||||
&& (!CHECK_FLAG (dd->options, OSPF_OPTION_NP)) )
|
&& (!CHECK_FLAG (dd->options, OSPF_OPTION_NP)) )
|
||||||
{
|
{
|
||||||
if (IS_DEBUG_OSPF_EVENT)
|
if (IS_DEBUG_OSPF_EVENT)
|
||||||
zlog_notice ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options",
|
zlog_debug ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options",
|
||||||
inet_ntoa (nbr->router_id) );
|
inet_ntoa (nbr->router_id) );
|
||||||
SET_FLAG (dd->options, OSPF_OPTION_NP);
|
SET_FLAG (dd->options, OSPF_OPTION_NP);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue