diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 00:27:25 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 00:27:25 +0200 |
commit | a6fdf9c6ac58e2d95d84c58102af8d5f3a70958a (patch) | |
tree | 51f6d483852cdf34cf706cedf1e62c8957c4940f /proto/ospf/dbdes.c | |
parent | 5ee479aac9e488e15245905c598e778eb787dfe1 (diff) | |
download | bird-a6fdf9c6ac58e2d95d84c58102af8d5f3a70958a.tar bird-a6fdf9c6ac58e2d95d84c58102af8d5f3a70958a.zip |
Grrr, useless debug.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 2 |
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; } |