commit | 478ba054aa04293821d86953a8455b7221cba39e | [log] [tgz] |
---|---|---|
author | ajs <ajs> | Wed Dec 08 20:41:23 2004 +0000 |
committer | ajs <ajs> | Wed Dec 08 20:41:23 2004 +0000 |
tree | bec35cafb8867aba0562a240d57c282863b63519 | |
parent | 8c2e200a4654b43594ae79e384fb44497958519b [diff] [blame] |
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * *.c: Change level of debug messages to LOG_DEBUG.
diff --git a/bgpd/bgp_nexthop.c b/bgpd/bgp_nexthop.c index cd89984..c368eba 100644 --- a/bgpd/bgp_nexthop.c +++ b/bgpd/bgp_nexthop.c
@@ -517,7 +517,7 @@ thread_add_timer (master, bgp_scan_timer, NULL, bgp_scan_interval); if (BGP_DEBUG (normal, NORMAL)) - zlog_info ("Performing BGP general scanning"); + zlog_debug ("Performing BGP general scanning"); bgp_scan (AFI_IP, SAFI_UNICAST);