diff options
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; } |