From ed4a53c6a5685d04fe2b0cceda83860324f4892c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 8 May 2000 22:50:37 +0000 Subject: Some changes in debugging. --- proto/ospf/ospf.h | 3 ++- proto/ospf/packet.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'proto') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index f2736c6..b1d14bd 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -9,7 +9,6 @@ #ifndef _BIRD_OSPF_H_ #define _BIRD_OSPF_H_ -#define LOCAL_DEBUG #define SIPH 64 /* FIXME Size Of IP header */ @@ -28,6 +27,8 @@ #include "conf/conf.h" #include "lib/string.h" +#define LOCAL_DEBUG + #define OSPF_PROTO 89 #ifndef IPV6 #define OSPF_VERSION 2 diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index b04fa94..37156d3 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -127,7 +127,7 @@ ospf_rx_hook(sock *sk, int size) for(i=0;ilength);i+=4) DBG("%s: received %u,%u,%u,%u\n",p->name, pu8[i+0], pu8[i+1], pu8[i+2], pu8[i+3]); - debug("%s: received size: %u\n",p->name,size); + DBG("%s: received size: %u\n",p->name,size); switch(ps->type) { -- cgit v1.2.3