From e7504bc541889af91127fdc6150b72537aac7f52 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 29 May 2020 18:42:50 +0200 Subject: [PATCH] privoxy-log-parser.pl: Get with the program and expect all requests to be logged with LOG_LEVEL_REQUEST It's no longer necessary to count both LOG_LEVEL_REQUEST and LOG_LEVEL_CRUNCH messages to get the total number of requests. --- tools/privoxy-log-parser.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 9178d146..580fbac0 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -2024,7 +2024,6 @@ sub gather_loglevel_crunch_stats ($$) { my $thread = shift; our %stats; - $stats{requests}++; $stats{crunches}++; if ($c =~ m/^Redirected:/) { -- 2.39.2