]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Kosmetic change in debugging.
authorOndrej Filip <feela@network.cz>
Sun, 28 May 2000 20:11:56 +0000 (20:11 +0000)
committerOndrej Filip <feela@network.cz>
Sun, 28 May 2000 20:11:56 +0000 (20:11 +0000)
proto/ospf/lsupd.c

index 6ae6866f273fa083db06b06401c77ac4ecc7eeb6..984f96efa3779a55f3f82c25fac96880d3e2b794 100644 (file)
@@ -249,7 +249,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
     return;
   }
 
-  debug("%s: Received LS upd from (%I)\n", p->name, n->ip); 
+  debug("%s: Received LS upd from %I\n", p->name, n->ip); 
 
   lsa=(struct ospf_lsa_header *)(ps+1);
   area=htonl(ps->ospf_packet.areaid);