summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-09 00:26:11 +0200
committerOndrej Filip <feela@network.cz>2000-05-09 00:26:11 +0200
commit5ee479aac9e488e15245905c598e778eb787dfe1 (patch)
treeb64d100447216d49d58e69d2e246ceaf3c535375 /proto/ospf/dbdes.c
parent0ebb8b64f384d57889271389abe9b8926dde7af8 (diff)
downloadbird-5ee479aac9e488e15245905c598e778eb787dfe1.tar
bird-5ee479aac9e488e15245905c598e778eb787dfe1.zip
Small typo.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r--proto/ospf/dbdes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index 49841d3..ca33124 100644
--- a/proto/ospf/dbdes.c
+++ b/proto/ospf/dbdes.c
@@ -128,7 +128,7 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
}
sk_send_to(ifa->ip_sk,length, n->ip, OSPF_PROTO);
- debug("%s: DB_DES sent to %I.\n", p->name, n->rid);
+ DBG("%s: DB_DES sent to %I.\n", p->name, n->rid);
if(n->myimms.bit.ms) tm_start(n->rxmt_timer,ifa->rxmtint);
else
{
@@ -271,7 +271,7 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p,
}
else
{
- debug("%s: Nothing happend to %I (imms=%u)", p->name, nrid,
+ debug("%s: Nothing happend to %I (imms=%u)\n", p->name, nrid,
ps->imms.byte);
break;
}