diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-04 21:57:04 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-04 21:57:04 +0200 |
commit | 13e9bac33fc99e71efddf1790ce1e7dfdc09dfa8 (patch) | |
tree | 80a01b3230ad204650f1926cacc5bac82d7a0f3a /proto | |
parent | df49d4e14b7c24f8ca958870fd1e9ddc84df1f1b (diff) | |
download | bird-13e9bac33fc99e71efddf1790ce1e7dfdc09dfa8.tar bird-13e9bac33fc99e71efddf1790ce1e7dfdc09dfa8.zip |
One more newline less... :)
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/lsupd.c | 2 |
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; } |