]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: add missing newline to a warning message in the rpki module
authorMarcel Röthke <marcel.roethke@haw-hamburg.de>
Tue, 7 May 2019 14:59:28 +0000 (16:59 +0200)
committerMarcel Röthke <marcel.roethke@haw-hamburg.de>
Tue, 7 May 2019 15:01:46 +0000 (17:01 +0200)
Signed-off-by: Marcel Röthke <marcel.roethke@haw-hamburg.de>
bgpd/bgp_rpki.c

index c63d4f9ad2fcdc58eccd50aa3c033fc9a54bcdb3..32368a8efd22eb5909d78f1110d2e77fc18d0d40 100644 (file)
@@ -1112,7 +1112,7 @@ DEFPY (rpki_cache,
                vty_out(vty,
                        "ssh sockets are not supported. "
                        "Please recompile rtrlib and frr with ssh support. "
-                       "If you want to use it");
+                       "If you want to use it\n");
 #endif
        } else { // use tcp connection
                return_value = add_tcp_cache(cache, tcpport, preference);