summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-03-24 17:38:20 +0100
committerDavid Lamparter <equinox@diac24.net>2020-03-24 18:47:12 +0100
commitd6951e5ef9d0dc529dd94871f7186ca19b0459c8 (patch)
tree67f4482ef1d8f4b57f546adee863d7d9c7af65d4 /ospfd/ospf_te.c
parentMerge pull request #6050 from sworleys/PBR-No-Fail-Same-VRF (diff)
downloadfrr-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.c2
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);
}