Better dumping.

This commit is contained in:
Ondrej Filip 2000-05-30 13:25:47 +00:00
parent 7b099bf9a7
commit 76e2514328

View file

@ -433,7 +433,7 @@ neighbor_timer_hook(timer *timer)
ifa=n->ifa;
p=(struct proto *)(ifa->proto);
debug("%s: Inactivity timer fired on interface %s for neighbor %I.\n",
p->name, ifa->iface->name, n->rid);
p->name, ifa->iface->name, n->ip);
ospf_neigh_remove(n);
}