summaryrefslogtreecommitdiff
path: root/lib/lib_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_vty.c')
-rw-r--r--lib/lib_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib_vty.c b/lib/lib_vty.c
index 3e4dc9d78c..c13d88a1e8 100644
--- a/lib/lib_vty.c
+++ b/lib/lib_vty.c
@@ -242,8 +242,8 @@ DEFUN_NOSH(end_config, end_config_cmd, "XFRR_end_configuration",
ret = nb_cli_pending_commit_check(vty);
zlog_info("Configuration Read in Took: %s", readin_time_str);
- zlog_debug("%s: VTY:%p, pending SET-CFG: %u",
- __func__, vty, (uint32_t)vty->mgmt_num_pending_setcfg);
+ zlog_debug("%s: VTY:%p, pending SET-CFG: %u", __func__, vty,
+ (uint32_t)vty->mgmt_num_pending_setcfg);
/*
* If (and only if) we have sent any CLI config commands to MGMTd