1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
This commit is contained in:
Ondrej Filip
2000-06-06 02:50:49 +00:00
parent bd37f45c10
commit 064b1d8932
3 changed files with 9 additions and 8 deletions

View File

@@ -266,8 +266,8 @@ wait_timer_hook(timer *timer)
ifa=(struct ospf_iface *)timer->data;
p=(struct proto *)(ifa->proto);
debug("%s: Wait timer fired on interface %s.\n",
p->name, ifa->iface->name);
OSPF_TRACE(D_EVENTS, "Wait timer fired on interface %s.",
ifa->iface->name);
ospf_int_sm(ifa, ISM_WAITF);
}