summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-05-24 13:26:49 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-05-24 13:27:23 +0300
commitd9f1279475ebd8dfb96dccede6f090a6eb2a6fcb (patch)
tree7660ea718603c48234a35ff2c84ccc1cd0f1c482 /lib
parent99447cf226c45d1bda38a489e1a9160891e5a02b (diff)
lib: fix missing newline
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/vrf.c2
1 files changed, 1 insertions, 1 deletions
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(