summaryrefslogtreecommitdiff
path: root/bgpd/bgp_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_network.c')
-rw-r--r--bgpd/bgp_network.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/bgpd/bgp_network.c b/bgpd/bgp_network.c
index 00cc1f67a1..06aec9412c 100644
--- a/bgpd/bgp_network.c
+++ b/bgpd/bgp_network.c
@@ -501,8 +501,7 @@ static int bgp_accept(struct thread *thread)
if (BGP_PEER_START_SUPPRESSED(peer1)) {
if (bgp_debug_neighbor_events(peer1))
zlog_debug(
- "[Event] Incoming BGP connection rejected from %s "
- "due to maximum-prefix or shutdown",
+ "[Event] Incoming BGP connection rejected from %s due to maximum-prefix or shutdown",
peer1->host);
close(bgp_sock);
return -1;
@@ -518,8 +517,7 @@ static int bgp_accept(struct thread *thread)
*/
if (bgp_debug_neighbor_events(peer1))
zlog_debug(
- "[Event] New active connection from peer %s, Killing"
- " previous active connection",
+ "[Event] New active connection from peer %s, Killing previous active connection",
peer1->host);
peer_delete(peer1->doppelganger);
}