diff options
Diffstat (limited to 'lib/plist.c')
| -rw-r--r-- | lib/plist.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plist.c b/lib/plist.c index b374ca1780..f8dd7df0be 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -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; } |
