]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/vrf.c
*: style for flog_warn conversions
[mirror_frr.git] / lib / vrf.c
index 18314b4f3207092940da68d5f55baa21348bb174..1e538a8c53a784580eb55dd643ecfd71528457c6 100644 (file)
--- a/lib/vrf.c
+++ b/lib/vrf.c
@@ -667,8 +667,8 @@ int vrf_netns_handler_create(struct vty *vty, struct vrf *vrf, char *pathname,
                                        vrf->vrf_id, ns->name);
                        else
                                zlog_info(
-                                         "VRF %u already configured with NETNS %s",
-                                         vrf->vrf_id, ns->name);
+                                       "VRF %u already configured with NETNS %s",
+                                       vrf->vrf_id, ns->name);
                        return CMD_WARNING_CONFIG_FAILED;
                }
        }