]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Better logging. (%d->%I)
authorOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:02:45 +0000 (22:02 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:02:45 +0000 (22:02 +0000)
proto/ospf/lsack.c

index 4bbdda63b5486cfc0fb47c99579dd70a9f9fc3b3..b46bbaa344214e8dd16c5ec906cf938633484af6 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 %d\n",n->rid);
+      log("Strange LS acknoledgement from %I\n",n->rid);
       continue;
     }