]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/plist.c
*: style for flog_warn conversions
[mirror_frr.git] / lib / plist.c
index b374ca17800c390583ede9c4409f593ad9ffb99c..f8dd7df0be53b2102a9759b37b34cdc5e2c32a86 100644 (file)
@@ -933,8 +933,9 @@ static int vty_prefix_list_install(struct vty *vty, afi_t afi, const char *name,
                vty_out(vty,
                        "%% Prefix-list %s prefix changed from %s to %s to match length\n",
                        name, buf, buf_tmp);
-               zlog_info("Prefix-list %s prefix changed from %s to %s to match length",
-                         name, buf, buf_tmp);
+               zlog_info(
+                       "Prefix-list %s prefix changed from %s to %s to match length",
+                       name, buf, buf_tmp);
                p = p_tmp;
        }