]> git.proxmox.com Git - mirror_frr.git/commitdiff
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
authorajs <ajs>
Fri, 3 Dec 2004 16:43:24 +0000 (16:43 +0000)
committerajs <ajs>
Fri, 3 Dec 2004 16:43:24 +0000 (16:43 +0000)
* ospf_packet.c: (ospf_db_desc) Reduce priority on a debug message
  from LOG_NOTICE to LOG_DEBUG.

ospfd/ChangeLog
ospfd/ospf_packet.c

index ff54a50764946e5bbfd73550a448257c76231187..9d5b1fb84d5b0665160d44107ca2ab97e8d1823c 100644 (file)
@@ -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>
 
        * ospf_main.c: (sigint) Use zlog_notice for termination message.
index 57eb2f04b73f07ab18a4f3e79369d6b00a7acb0c..50ff90baba08d45619a5c994f1813d4178c9ec8d 100644 (file)
@@ -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);
     }