projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3712d
)
privoxy-log-parser: Fix typo in the --statistics output
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 23 Mar 2021 14:06:55 +0000
(15:06 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 20 May 2021 09:42:13 +0000
(11:42 +0200)
tools/privoxy-log-parser.pl
patch
|
blob
|
history
diff --git
a/tools/privoxy-log-parser.pl
b/tools/privoxy-log-parser.pl
index
e3d3b84
..
57a7f03
100755
(executable)
--- a/
tools/privoxy-log-parser.pl
+++ b/
tools/privoxy-log-parser.pl
@@
-2410,7
+2410,7
@@
sub print_stats() {
")\n";
print "Client connections: " . $stats{'closed-client-connections'} . "\n";
if ($stats{'content-size-total'}) {
- print "Bytes of content transfered to the client: " . $stats{'content-size-total'} . "\n";
+ print "Bytes of content transfer
r
ed to the client: " . $stats{'content-size-total'} . "\n";
}
my $lines_printed = 0;
print "Client requests per connection distribution:\n";