summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-09 00:27:25 +0200
committerOndrej Filip <feela@network.cz>2000-05-09 00:27:25 +0200
commita6fdf9c6ac58e2d95d84c58102af8d5f3a70958a (patch)
tree51f6d483852cdf34cf706cedf1e62c8957c4940f /proto
parent5ee479aac9e488e15245905c598e778eb787dfe1 (diff)
downloadbird-a6fdf9c6ac58e2d95d84c58102af8d5f3a70958a.tar
bird-a6fdf9c6ac58e2d95d84c58102af8d5f3a70958a.zip
Grrr, useless debug.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/dbdes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index ca33124..89d0fbb 100644
--- a/proto/ospf/dbdes.c
+++ b/proto/ospf/dbdes.c
@@ -271,7 +271,7 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p,
}
else
{
- debug("%s: Nothing happend to %I (imms=%u)\n", p->name, nrid,
+ DBG("%s: Nothing happend to %I (imms=%u)\n", p->name, nrid,
ps->imms.byte);
break;
}