diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 00:02:45 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 00:02:45 +0200 |
commit | 158b99c912ef5c5cef22fd3e343341cbb52eb105 (patch) | |
tree | dfb4c3636553b793af001c50a0089b21ad7d14ba /proto/ospf | |
parent | 8abbde02d46830168b79a1df6c18c3ffaea49b9e (diff) | |
download | bird-158b99c912ef5c5cef22fd3e343341cbb52eb105.tar bird-158b99c912ef5c5cef22fd3e343341cbb52eb105.zip |
Better logging. (%d->%I)
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/lsack.c | 2 |
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; } |