> Zenkuje. Pray tell, what is an admissible logLevel for debugging
> purposes ?  I tried 0x7F but it did not seem like it showed anything
> more than the default.

Debugging code is compiled-out by default.  You'll need to modify
log.h,

  -#define LOGGING_MAX 0xFF
  +#define LOGGING_MAX (~0)

and then check the L_* and D_* values defined therein.

                                        Juliusz



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to