From 5ee479aac9e488e15245905c598e778eb787dfe1 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 8 May 2000 22:26:11 +0000 Subject: Small typo. --- proto/ospf/dbdes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto') 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; } -- cgit v1.2.3