summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-04 21:57:04 +0200
committerMartin Mares <mj@ucw.cz>2000-06-04 21:57:04 +0200
commit13e9bac33fc99e71efddf1790ce1e7dfdc09dfa8 (patch)
tree80a01b3230ad204650f1926cacc5bac82d7a0f3a /proto
parentdf49d4e14b7c24f8ca958870fd1e9ddc84df1f1b (diff)
downloadbird-13e9bac33fc99e71efddf1790ce1e7dfdc09dfa8.tar
bird-13e9bac33fc99e71efddf1790ce1e7dfdc09dfa8.zip
One more newline less... :)
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/lsupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index ad64eed..974c971 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;
}