diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 04:50:49 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 04:50:49 +0200 |
commit | 064b1d893243bc187980f53292414583ff3b4630 (patch) | |
tree | 38b66a1ab031e3bf7b00e3f88324eedec3d66c55 /proto/ospf/hello.c | |
parent | bd37f45c10be697403e59c957273d172b3d3ed8e (diff) | |
download | bird-064b1d893243bc187980f53292414583ff3b4630.tar bird-064b1d893243bc187980f53292414583ff3b4630.zip |
Tracing.
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); } |