From: ajs Date: Fri, 3 Dec 2004 16:43:24 +0000 (+0000) Subject: 2004-12-03 Andrew J. Schorr X-Git-Tag: frr-2.0-rc1~3346 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1210fa6674e36a6acbd44e571e681842c5838501;p=matthieu%2Ffrr.git 2004-12-03 Andrew J. Schorr * ospf_packet.c: (ospf_db_desc) Reduce priority on a debug message from LOG_NOTICE to LOG_DEBUG. --- diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index ff54a50764..9d5b1fb84d 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,8 @@ +2004-12-03 Andrew J. Schorr + + * ospf_packet.c: (ospf_db_desc) Reduce priority on a debug message + from LOG_NOTICE to LOG_DEBUG. + 2004-12-03 Andrew J. Schorr * ospf_main.c: (sigint) Use zlog_notice for termination message. diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 57eb2f04b7..50ff90baba 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -1125,7 +1125,7 @@ ospf_db_desc (struct ip *iph, struct ospf_header *ospfh, && (!CHECK_FLAG (dd->options, OSPF_OPTION_NP)) ) { 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) ); SET_FLAG (dd->options, OSPF_OPTION_NP); }