From dfe56adf912fee5c09ca87c629823a9c8650589e Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Fri, 19 May 2017 10:48:16 -0300 Subject: [PATCH] bgpd: add missing white space in debug message Signed-off-by: Renato Westphal --- bgpd/bgp_route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 172ef2e913..e9f6cba127 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -2839,7 +2839,7 @@ bgp_update (struct peer *peer, struct prefix *p, u_int32_t addpath_id, peer->rcvd_attr_printed = 1; } - zlog_debug ("%s rcvd %s%s ", peer->host, + zlog_debug ("%s rcvd %s %s ", peer->host, bgp_debug_rdpfxpath2str (prd, p, addpath_id ? 1 : 0, addpath_id, pfx_buf, sizeof (pfx_buf)), label_buf); } -- 2.39.5