summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ase.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-03-24 19:15:04 +0100
committerDavid Lamparter <equinox@diac24.net>2020-03-24 19:43:18 +0100
commit63efca0e95c727318485fe6d37141f79b1401a88 (patch)
treec07189c4864e1358e043cd25d8fdf76752ea899e /ospfd/ospf_ase.c
parent*: remove tabs from log messages (diff)
downloadfrr-63efca0e95c727318485fe6d37141f79b1401a88.tar.xz
frr-63efca0e95c727318485fe6d37141f79b1401a88.zip
*: remove line breaks from log messages
Line break at the end of the message is implicit for zlog_* and flog_*, don't put it in the string. Mid-message line breaks are currently unsupported. (LF is "end of message" in syslog.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_ase.c')
-rw-r--r--ospfd/ospf_ase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_ase.c b/ospfd/ospf_ase.c
index 2c80d485a..30940cf01 100644
--- a/ospfd/ospf_ase.c
+++ b/ospfd/ospf_ase.c
@@ -691,7 +691,7 @@ static int ospf_ase_calculate_timer(struct thread *t)
if (IS_DEBUG_OSPF_EVENT)
zlog_info(
- "SPF Processing Time(usecs): External Routes: %lld\n",
+ "SPF Processing Time(usecs): External Routes: %lld",
(stop_time.tv_sec - start_time.tv_sec)
* 1000000LL
+ (stop_time.tv_usec