diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 20:17:34 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 20:17:34 +0200 |
commit | 9669362f0577dbda0d7b9495d0c2fec11fa866f1 (patch) | |
tree | f00d5ede5cfccc55137c835a49fb592058c6ff29 /proto/ospf/hello.c | |
parent | 5f743d969739d6dca12b51561baac3131e160429 (diff) | |
download | bird-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.c | 2 |
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 */ |