diff options
author | David Lamparter <equinox@diac24.net> | 2020-03-24 17:38:20 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-03-24 18:47:12 +0100 |
commit | d6951e5ef9d0dc529dd94871f7186ca19b0459c8 (patch) | |
tree | 67f4482ef1d8f4b57f546adee863d7d9c7af65d4 /ospfd/ospf_te.c | |
parent | Merge pull request #6050 from sworleys/PBR-No-Fail-Same-VRF (diff) | |
download | frr-d6951e5ef9d0dc529dd94871f7186ca19b0459c8.tar.xz frr-d6951e5ef9d0dc529dd94871f7186ca19b0459c8.zip |
*: remove tabs from log messages
Some logging systems are, er, "allergic" to tabs in log messages.
(RFC5424: "The syslog application SHOULD avoid octet values below 32")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_te.c')
-rw-r--r-- | ospfd/ospf_te.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c index 8da99843e..a2084e321 100644 --- a/ospfd/ospf_te.c +++ b/ospfd/ospf_te.c @@ -1780,7 +1780,7 @@ static uint16_t show_vty_link_subtlv_unrsv_bw(struct vty *vty, i, fval1, i + 1, fval2); else zlog_debug( - " [%d]: %g (Bytes/sec),\t[%d]: %g (Bytes/sec)", + " [%d]: %g (Bytes/sec), [%d]: %g (Bytes/sec)", i, fval1, i + 1, fval2); } |