diff options
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r-- | proto/ospf/hello.c | 4 |
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); } |