diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-05-19 15:48:16 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-05-19 15:48:16 +0200 |
commit | dfe56adf912fee5c09ca87c629823a9c8650589e (patch) | |
tree | 44630908092526a77ad97aaad57cbe68ea86f2e0 /bgpd/bgp_route.c | |
parent | Merge remote-tracking branch 'origin/stable/3.0' (diff) | |
download | frr-dfe56adf912fee5c09ca87c629823a9c8650589e.tar.xz frr-dfe56adf912fee5c09ca87c629823a9c8650589e.zip |
bgpd: add missing white space in debug message
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_route.c')
-rw-r--r-- | bgpd/bgp_route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 172ef2e91..e9f6cba12 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); } |