From a6fdf9c6ac58e2d95d84c58102af8d5f3a70958a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 8 May 2000 22:27:25 +0000 Subject: [PATCH] Grrr, useless debug. --- proto/ospf/dbdes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index ca33124b..89d0fbbf 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; }