]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: add missing white space in debug message
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 19 May 2017 13:48:16 +0000 (10:48 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 19 May 2017 13:48:16 +0000 (10:48 -0300)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
bgpd/bgp_route.c

index 172ef2e913e2c46e36226c9fbd3ffbad28f53325..e9f6cba127eb7cebef24b31ed3237f5d96f6ed1e 100644 (file)
@@ -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);
     }