[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-members] debug and assert
From: |
Kieran Mansley |
Subject: |
Re: [lwip-members] debug and assert |
Date: |
Mon, 10 Feb 2003 11:09:33 +0000 (GMT) |
On Mon, 10 Feb 2003, Jani Monoses wrote:
> So is your ERRORF active regardless of LWIP_DEBUG ?
> Or it just ignores particular DEBUG flags and always outputs when
> LWIP_DEBUG is set?
> I think it's the latter but just want to make sure I got your idea.
I think it is actually the former, (because I am always debugging so want
it on all the time) but should be the later, especially in checked in
code.
It is only used for things where are *really* errors, and in theory should
never happen.
Kieran