From: Igor Ryzhov Date: Mon, 24 May 2021 10:26:49 +0000 (+0300) Subject: lib: fix missing newline X-Git-Tag: base_8.1~502^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d9f1279475ebd8dfb96dccede6f090a6eb2a6fcb;p=mirror%2Ffrr.git lib: fix missing newline Signed-off-by: Igor Ryzhov --- diff --git a/lib/vrf.c b/lib/vrf.c index b6a53839cf..d99ec12ba8 100644 --- a/lib/vrf.c +++ b/lib/vrf.c @@ -675,7 +675,7 @@ int vrf_handler_create(struct vty *vty, const char *vrfname, if (strlen(vrfname) > VRF_NAMSIZ) { if (vty) vty_out(vty, - "%% VRF name %s invalid: length exceeds %d bytes", + "%% VRF name %s invalid: length exceeds %d bytes\n", vrfname, VRF_NAMSIZ); else flog_warn(