mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 22:02:23 +00:00
lib: fix missing newline
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
99447cf226
commit
d9f1279475
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user