From: Donald Sharp Date: Fri, 29 Sep 2017 15:53:53 +0000 (-0400) Subject: lib: Fix abbreviation X-Git-Tag: frr-4.0-dev~261^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b077b2e6583813945e446aae4a79292d860395a2;p=matthieu%2Ffrr.git lib: Fix abbreviation The word Multiplier has been abbreviated to 'Mul' in the output. This apparently is causing people angst. Write word out. Signed-off-by: Donald Sharp --- diff --git a/lib/bfd.c b/lib/bfd.c index e8df42a1bd..d51b9f1e63 100644 --- a/lib/bfd.c +++ b/lib/bfd.c @@ -367,7 +367,7 @@ void bfd_show_param(struct vty *vty, struct bfd_info *bfd_info, int bfd_tag, json_bfd); } else { vty_out(vty, - " %s%sDetect Mul: %d, Min Rx interval: %d," + " %s%sDetect Multiplier: %d, Min Rx interval: %d," " Min Tx interval: %d\n", (extra_space) ? " " : "", (bfd_tag) ? "BFD: " : " ", bfd_info->detect_mult, bfd_info->required_min_rx,