diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 00:26:11 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 00:26:11 +0200 |
commit | 5ee479aac9e488e15245905c598e778eb787dfe1 (patch) | |
tree | b64d100447216d49d58e69d2e246ceaf3c535375 /proto | |
parent | 0ebb8b64f384d57889271389abe9b8926dde7af8 (diff) | |
download | bird-5ee479aac9e488e15245905c598e778eb787dfe1.tar bird-5ee479aac9e488e15245905c598e778eb787dfe1.zip |
Small typo.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/dbdes.c | 4 |
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; } |