From: Martin Mares Date: Sun, 4 Jun 2000 19:57:04 +0000 (+0000) Subject: One more newline less... :) X-Git-Tag: v1.2.0~663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e9bac33fc99e71efddf1790ce1e7dfdc09dfa8;p=thirdparty%2Fbird.git One more newline less... :) --- diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index ad64eed3b..974c97168 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -260,7 +260,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, } if(size<=(sizeof(struct ospf_lsupd_packet)+sizeof(struct ospf_lsa_header))) { - log("%s: Received lsupd from %I is too short!\n", p->name,n->ip); + log("%s: Received lsupd from %I is too short!", p->name,n->ip); return; }