diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-03-23 07:37:28 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 08:37:21 -0400 |
| commit | 02e701e49e90e7b0f2d9332b54210507f965669f (patch) | |
| tree | 539267b6a9e87a6feed4d5ea1e258e7a638112db /lib/spf_backoff.c | |
| parent | 24a58196ddcff2215d382d8a677c2dcdc898e03c (diff) | |
*: Fixup formatting issues due to reordering
All the event changes exposed a bunch of places where
we were not properly following our standards. Just
clean them up in one big fell swoop.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/spf_backoff.c')
| -rw-r--r-- | lib/spf_backoff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spf_backoff.c b/lib/spf_backoff.c index 1053d8f695..b05c44ddf7 100644 --- a/lib/spf_backoff.c +++ b/lib/spf_backoff.c @@ -205,6 +205,7 @@ void spf_backoff_show(struct spf_backoff *backoff, struct vty *vty, backoff->holddown); if (backoff->t_holddown) { struct timeval remain = event_timer_remain(backoff->t_holddown); + vty_out(vty, "%s Still runs for %lld msec\n", prefix, (long long)remain.tv_sec * 1000 |
