summaryrefslogtreecommitdiffstats
path: root/proto/ospf/hello.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-09 20:17:34 +0200
committerOndrej Filip <feela@network.cz>2000-05-09 20:17:34 +0200
commit9669362f0577dbda0d7b9495d0c2fec11fa866f1 (patch)
treef00d5ede5cfccc55137c835a49fb592058c6ff29 /proto/ospf/hello.c
parent5f743d969739d6dca12b51561baac3131e160429 (diff)
downloadbird-9669362f0577dbda0d7b9495d0c2fec11fa866f1.tar
bird-9669362f0577dbda0d7b9495d0c2fec11fa866f1.zip
Many bugfixes. (I added one entry twice to slist.)
Debug cleanup. Retransmiting of unacknolegded LSAs
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r--proto/ospf/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c
index f3bd3d5..4535c5e 100644
--- a/proto/ospf/hello.c
+++ b/proto/ospf/hello.c
@@ -183,7 +183,7 @@ hello_timer_hook(timer *timer)
ifa=(struct ospf_iface *)timer->data;
p=(struct proto *)(ifa->proto);
- debug("%s: Hello timer fired on interface %s.\n",
+ DBG("%s: Hello timer fired on interface %s.\n",
p->name, ifa->iface->name);
/* Now we should send a hello packet */
/* First a common packet header */