summaryrefslogtreecommitdiff
path: root/bgpd/bgp_nexthop.c
diff options
context:
space:
mode:
authorajs <ajs>2004-12-08 20:41:23 +0000
committerajs <ajs>2004-12-08 20:41:23 +0000
commit478ba054aa04293821d86953a8455b7221cba39e (patch)
treebec35cafb8867aba0562a240d57c282863b63519 /bgpd/bgp_nexthop.c
parent8c2e200a4654b43594ae79e384fb44497958519b (diff)
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* *.c: Change level of debug messages to LOG_DEBUG.
Diffstat (limited to 'bgpd/bgp_nexthop.c')
-rw-r--r--bgpd/bgp_nexthop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_nexthop.c b/bgpd/bgp_nexthop.c
index cd899841..c368eba5 100644
--- a/bgpd/bgp_nexthop.c
+++ b/bgpd/bgp_nexthop.c
@@ -517,7 +517,7 @@ bgp_scan_timer (struct thread *t)
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);