diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-18 21:22:49 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-18 21:22:49 +0200 |
commit | 79f036ef6e9b2204528a41079c59a3a9ae9d50f5 (patch) | |
tree | b6a43387a5c52dfc248f0319fc96fb1506ac862f /proto/ospf/topology.c | |
parent | 4472402551a1cc8d760a4e980fdcd7a417e0796a (diff) | |
download | bird-79f036ef6e9b2204528a41079c59a3a9ae9d50f5.tar bird-79f036ef6e9b2204528a41079c59a3a9ae9d50f5.zip |
Dump changes.
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r-- | proto/ospf/topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 4280e11..2200aa2 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -34,7 +34,7 @@ originate_rt_lsa_body(struct ospf_area *oa, u16 *length, struct proto_ospf *p) struct top_hash_entry *old; struct proto_ospf *po=(struct proto_ospf *)p; - DBG("%s: Originating RT_lsa body for area \"%d\".\n", po->proto.name, oa->areaid); + DBG("%s: Originating RT_lsa body for area \"%I\".\n", po->proto.name, oa->areaid); WALK_LIST (ifa, p->iface_list) i++; { |