]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bugfix in logging.
authorOndrej Filip <feela@network.cz>
Tue, 13 Jun 2000 19:03:41 +0000 (19:03 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 13 Jun 2000 19:03:41 +0000 (19:03 +0000)
proto/ospf/hello.c

index aa454f51d4406f80966e1bcfab118d60f0af5c0b..d902bbdd1ce0472038bc6eac569cb8266ad3b780 100644 (file)
@@ -65,7 +65,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
 
   if((unsigned)ipa_mklen(mask)!=ifa->iface->addr->pxlen)
   {
-    log("%s%s%I%s%Ibad netmask %I.", p->name, beg, nrid, rec,
+    log("%s%s%I%sbad netmask %I.", p->name, beg, nrid, rec,
       mask);
     return;
   }