Added debug requirement to issue the Bind to connect messages that were filling the logs.
Ticket:CM-9463
Signed-off-by: Don Slice
Reviewed-by: Donald Sharp
name = (peer->conf_if ? peer->conf_if : (peer->ifname ? peer->ifname : peer->bgp->name));
- zlog_debug ("Binding to interface %s\n", name);
+ if (bgp_debug_neighbor_events(peer))
+ zlog_debug ("%s Binding to interface %s", peer->host, name);
if ( bgpd_privs.change (ZPRIVS_RAISE) )
zlog_err ("bgp_bind: could not raise privs");