]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
One more newline less... :)
authorMartin Mares <mj@ucw.cz>
Sun, 4 Jun 2000 19:57:04 +0000 (19:57 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 4 Jun 2000 19:57:04 +0000 (19:57 +0000)
proto/ospf/lsupd.c

index ad64eed3beff3a160b7eabbf6ae562fa08df4c61..974c97168db9c067ef6bbeff9f2825af649c12d9 100644 (file)
@@ -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;
   }