summaryrefslogtreecommitdiffstats
path: root/proto/ospf/hello.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 04:50:49 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 04:50:49 +0200
commit064b1d893243bc187980f53292414583ff3b4630 (patch)
tree38b66a1ab031e3bf7b00e3f88324eedec3d66c55 /proto/ospf/hello.c
parentbd37f45c10be697403e59c957273d172b3d3ed8e (diff)
downloadbird-064b1d893243bc187980f53292414583ff3b4630.tar
bird-064b1d893243bc187980f53292414583ff3b4630.zip
Tracing.
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r--proto/ospf/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c
index 8117afe..ef9bf59 100644
--- a/proto/ospf/hello.c
+++ b/proto/ospf/hello.c
@@ -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);
}