summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-09 00:42:56 +0200
committerOndrej Filip <feela@network.cz>2000-05-09 00:42:56 +0200
commit8a3049f6f139622c6976502d931c746449a1fe48 (patch)
tree2d5153cee7f4043d1a1e4e1eda60d1eedd14a087 /proto
parenteae4fcf2539703d0dbd47e29ab24be29e0ddc2ff (diff)
downloadbird-8a3049f6f139622c6976502d931c746449a1fe48.tar
bird-8a3049f6f139622c6976502d931c746449a1fe48.zip
Useless '\n' in log()
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/lsack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c
index b46bbaa..764df62 100644
--- a/proto/ospf/lsack.c
+++ b/proto/ospf/lsack.c
@@ -179,7 +179,7 @@ ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p,
if(lsa_comp(&lsa,&en->lsa)!=CMP_SAME)
{
- log("Strange LS acknoledgement from %I\n",n->rid);
+ log("Strange LS acknoledgement from %I",n->rid);
continue;
}