diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 00:50:37 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 00:50:37 +0200 |
commit | ed4a53c6a5685d04fe2b0cceda83860324f4892c (patch) | |
tree | a33dd2cb42b9b0fca7141416b8ac50de2ad1588b /proto/ospf/packet.c | |
parent | 9bacea42112216e604bd55e3027e019e131304dd (diff) | |
download | bird-ed4a53c6a5685d04fe2b0cceda83860324f4892c.tar bird-ed4a53c6a5685d04fe2b0cceda83860324f4892c.zip |
Some changes in debugging.
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;i<ntohs(ps->length);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) { |