From 064b1d893243bc187980f53292414583ff3b4630 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 02:50:49 +0000 Subject: Tracing. --- proto/ospf/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/hello.c') 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); } -- cgit v1.2.3