diff options
author | ajs <ajs> | 2004-12-08 21:41:23 +0100 |
---|---|---|
committer | ajs <ajs> | 2004-12-08 21:41:23 +0100 |
commit | 478ba054aa04293821d86953a8455b7221cba39e (patch) | |
tree | bec35cafb8867aba0562a240d57c282863b63519 /bgpd/bgp_nexthop.c | |
parent | 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> (diff) | |
download | frr-478ba054aa04293821d86953a8455b7221cba39e.tar.xz frr-478ba054aa04293821d86953a8455b7221cba39e.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_nexthop.c b/bgpd/bgp_nexthop.c index cd899841e..c368eba50 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); |