diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-08 22:02:45 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-08 22:02:45 +0000 |
commit | 158b99c912ef5c5cef22fd3e343341cbb52eb105 (patch) | |
tree | dfb4c3636553b793af001c50a0089b21ad7d14ba /proto/ospf/lsack.c | |
parent | 8abbde02d46830168b79a1df6c18c3ffaea49b9e (diff) |
Better logging. (%d->%I)
Diffstat (limited to 'proto/ospf/lsack.c')
-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 4bbdda63..b46bbaa3 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; } |