don't remember if I forgot to apply it or what, but log when privoxy is toggled off & on
looks like
2016-07-22 05:50:54.324 00000648 Info: Now toggled OFF
2016-07-22 05:50:58.333 00000648 Info: Now toggled ON
2016-07-22 05:51:14.417 000000f8 Request: sourceforge.net:443/
apply?
Makes sense to me, but please use a single log message like the
one in w32log.c:
log_error(LOG_LEVEL_INFO,
"Now toggled %s", global_toggle_state ? "ON" : "OFF");
On 7/23/16, Fabian Keil fabiankeil@users.sf.net wrote:
OK - thanks
Lee
Related
Patches:
#136--- cgiedit.c 23 Jul 2016 17:23:43 -0000 1.89