From df49d4e14b7c24f8ca958870fd1e9ddc84df1f1b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 4 Jun 2000 19:56:06 +0000 Subject: Removed lots of trailing newlines in log messages. Please note that the only calls which don't add newlines automatically (i.e., don't print a full line of output) are debug() and DBG(). --- proto/ospf/lsack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsack.c') diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index 16166db..a9853f4 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -178,7 +178,7 @@ ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p, if((nolsa<1)||((lenn-sizeof(struct ospf_lsack_packet))!= (nolsa*sizeof(struct ospf_lsa_header)))) { - log("%s: Received corrupted LS ack from %I\n", p->name, n->ip); + log("%s: Received corrupted LS ack from %I", p->name, n->ip); return; } -- cgit v1.2.3