From: Renato Westphal Date: Fri, 19 May 2017 13:48:16 +0000 (-0300) Subject: bgpd: add missing white space in debug message X-Git-Tag: reindent-master-before~129^2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=dfe56adf912fee5c09ca87c629823a9c8650589e;p=matthieu%2Ffrr.git bgpd: add missing white space in debug message Signed-off-by: Renato Westphal --- 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); }