diff options
| author | David Lamparter <equinox@diac24.net> | 2020-03-24 19:15:04 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-03-24 19:43:18 +0100 | 
| commit | 63efca0e95c727318485fe6d37141f79b1401a88 (patch) | |
| tree | c07189c4864e1358e043cd25d8fdf76752ea899e /ospfd/ospf_ase.c | |
| parent | d6951e5ef9d0dc529dd94871f7186ca19b0459c8 (diff) | |
*: 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.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_ase.c b/ospfd/ospf_ase.c index 2c80d485a3..30940cf010 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  | 
