From: Fabian Keil Date: Tue, 2 Jun 2020 12:49:08 +0000 (+0200) Subject: privoxy-log-parser.pl: Rephrase a statistics description X-Git-Tag: v_3_0_29~329 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=fdf2c1e6b9495dd659c740fb10a46f60f5071bd1 privoxy-log-parser.pl: Rephrase a statistics description ... to clarify the client request bodies aren't counted. --- diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index df28db95..12febaad 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -2237,7 +2237,7 @@ sub print_stats() { ")\n"; print "Client connections: " . $stats{'closed-client-connections'} . "\n"; if ($stats{'content-size-total'}) { - print "Bytes transfered excluding headers: " . $stats{'content-size-total'} . "\n"; + print "Bytes of content transfered to the client: " . $stats{'content-size-total'} . "\n"; } my $lines_printed = 0; print "Client requests per connection distribution:\n";