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/rt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/rt.c') diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index d9e7094..86379e4 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -127,7 +127,7 @@ ospf_rt_spfa(struct ospf_area *oa) DBG("PTP searched.\n"); break; default: - log("Unknown link type in router lsa.\n"); + log("Unknown link type in router lsa."); break; } add_cand(&oa->cand,tmp,act,act->dist+rtl->metric,oa); @@ -287,7 +287,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */ mlen=ipa_mklen(le->netmask); if((mlen<0)||(mlen>32)) { - log("%s: Invalid mask in LSA.\nID: %I, RT: %I, Type: %u, Mask %I", + log("%s: Invalid mask in LSA. ID: %I, RT: %I, Type: %u, Mask %I", p->name,en->lsa.id,en->lsa.rt,en->lsa.type,le->netmask); continue; } -- cgit v1.2.3