11 Oct
2010
11 Oct
'10
8:56 a.m.
Phil Mayers wrote:
Indeed. Is there a good way besides the DEBUG macro to emit debugging output in lib/*.c code?
Nope.
I imagine there will be SoH type/value or type/len/value stuff that we'll want to log (but others that we won't - it's probably too noisy as-is)
OK.
Also I guess the "right" thing to do is use the RDEBUG macros where possible so that the per-request / radmin conditional debugging works?
Yes.
Perhaps lib/soh.c should move to main/, given it's not much use for the clients?
Hmm... that would work, too. I can always "git mv" the file if that would be best, then re-add the RDEBUG macros. Alan DeKok.