lib: fix missing newline

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2021-05-24 13:26:49 +03:00
parent 99447cf226
commit d9f1279475

View File

@ -675,7 +675,7 @@ int vrf_handler_create(struct vty *vty, const char *vrfname,
if (strlen(vrfname) > VRF_NAMSIZ) { if (strlen(vrfname) > VRF_NAMSIZ) {
if (vty) if (vty)
vty_out(vty, vty_out(vty,
"%% VRF name %s invalid: length exceeds %d bytes", "%% VRF name %s invalid: length exceeds %d bytes\n",
vrfname, VRF_NAMSIZ); vrfname, VRF_NAMSIZ);
else else
flog_warn( flog_warn(