diff options
| author | Christian Hopps <chopps@labn.net> | 2023-03-20 15:07:44 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@gmail.com> | 2023-03-22 05:22:56 +0000 |
| commit | 39c329bbd18b2df9b3d13c31d978555ec33b0758 (patch) | |
| tree | 9cf4235d6d2fe5f8992c2d8380eb7ea5b0391ab4 /lib/lib_vty.c | |
| parent | 1401ee8bf74b7688ca5f5bdfc3411734e9f0cb3b (diff) | |
lib: staticd: vtysh: apply frrbot style requirements
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/lib_vty.c')
| -rw-r--r-- | lib/lib_vty.c | 4 |
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 |
