summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsack.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-09 00:02:45 +0200
committerOndrej Filip <feela@network.cz>2000-05-09 00:02:45 +0200
commit158b99c912ef5c5cef22fd3e343341cbb52eb105 (patch)
treedfb4c3636553b793af001c50a0089b21ad7d14ba /proto/ospf/lsack.c
parent8abbde02d46830168b79a1df6c18c3ffaea49b9e (diff)
downloadbird-158b99c912ef5c5cef22fd3e343341cbb52eb105.tar
bird-158b99c912ef5c5cef22fd3e343341cbb52eb105.zip
Better logging. (%d->%I)
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r--proto/ospf/lsack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c
index 4bbdda6..b46bbaa 100644
--- a/proto/ospf/lsack.c
+++ b/proto/ospf/lsack.c
@@ -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;
}