log_error() Win32: Only call LogShowActivity() for debug level LOG_LEVEL_REQUEST
authorFabian Keil <fk@fabiankeil.de>
Wed, 31 May 2023 10:29:18 +0000 (12:29 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 15 Jun 2023 10:37:19 +0000 (12:37 +0200)
commit70e904f66cfd8198f4e7325d0fb06405dd2f5038
tree12b45c373aecf7e6786d568420525aaf4dcf496d
parent2e054979f96d3378ed6ded4d1fc2091e2bfa7d82
log_error() Win32: Only call LogShowActivity() for debug level LOG_LEVEL_REQUEST

As of b94bbe62a950, which was part of Privoxy 3.0.29,
LOG_LEVEL_REQUEST is used for all requests including
crunched ones.

Previously LogShowActivity() was called twice for crunched
requests, (presumably) resulting in an aborted animation.
errlog.c