]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Useless '\n' in log()
authorOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:42:56 +0000 (22:42 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:42:56 +0000 (22:42 +0000)
proto/ospf/lsack.c

index b46bbaa344214e8dd16c5ec906cf938633484af6..764df62231075bdcd918bcd124471f8fecb7008f 100644 (file)
@@ -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;
     }