summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-18 20:21:10 +0200
committerOndrej Filip <feela@network.cz>2000-04-18 20:21:10 +0200
commit89929e9daad0df36a289e7ae7d70dbc648c3b6b3 (patch)
tree80026d1b2452f20be6062fd626aece33763440ff /proto/ospf/neighbor.c
parent1508ee8b537aceba98d3af619ba0cded4d2fce9d (diff)
downloadbird-89929e9daad0df36a289e7ae7d70dbc648c3b6b3.tar
bird-89929e9daad0df36a289e7ae7d70dbc648c3b6b3.zip
Many %u changed into %I and dump cleanup.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r--proto/ospf/neighbor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c
index bb9d21d..9576117 100644
--- a/proto/ospf/neighbor.c
+++ b/proto/ospf/neighbor.c
@@ -22,7 +22,7 @@ neigh_chstate(struct ospf_neighbor *n, u8 state)
ifa=n->ifa;
p=(struct proto *)(ifa->proto);
- debug("%s: Neigbor '%u' changes state from \"%u\" to \"%u\".\n",
+ debug("%s: Neigbor %I changes state from \"%u\" to \"%u\".\n",
p->name, n->rid, ospf_ns[n->state], ospf_ns[state]);
n->state=state;
}
@@ -329,7 +329,7 @@ bdr_election(struct ospf_iface *ifa, struct proto *p)
ifa->drid=ndrid;
ifa->bdrid=nbdrid;
- DBG("%s: DR=%u, BDR=%u\n",p->name, ifa->drid, ifa->bdrid);
+ DBG("%s: DR=%I, BDR=%I\n",p->name, ifa->drid, ifa->bdrid);
if(myid==ifa->drid) iface_chstate(ifa, OSPF_IS_DR);
else