X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=blobdiff_plain;f=errlog.c;h=27bb4e0c6ab9372fd6bb9c2a7a1ac2ab17724844;hb=2387f6d8d978b789fb240d20da4d0bc1b6b9004f;hp=e1d99259a745b89dd65a8589dc98c0ebf369f225;hpb=66b8a8b2a9a28586e5e7ac6591b271e991449131;p=privoxy.git diff --git a/errlog.c b/errlog.c index e1d99259..27bb4e0c 100644 --- a/errlog.c +++ b/errlog.c @@ -659,11 +659,11 @@ void log_error(int loglevel, const char *fmt, ...) #if defined(_WIN32) && !defined(_WIN_CONSOLE) /* - * Irrespective of debug setting, a GET/POST/CONNECT makes - * the taskbar icon animate. (There is an option to disable - * this but checking that is handled inside LogShowActivity()). + * Irrespective of debug setting, a request makes the taskbar icon + * animate. (There is an option to disable this but checking that is + * handled inside LogShowActivity()). */ - if ((loglevel == LOG_LEVEL_REQUEST) || (loglevel == LOG_LEVEL_CRUNCH)) + if (loglevel == LOG_LEVEL_REQUEST) { LogShowActivity(); }