From 89929e9daad0df36a289e7ae7d70dbc648c3b6b3 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 18 Apr 2000 18:21:10 +0000 Subject: Many %u changed into %I and dump cleanup. --- proto/ospf/neighbor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/neighbor.c') 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 -- cgit v1.2.3