From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 11 Jan 2010 11:48:23 +0000 (+0000)
Subject: Cosmetics.
X-Git-Tag: v_3_0_16~75
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/@default-cgi@/@default-cgi@send-stylesheet?a=commitdiff_plain;h=f49cb64f716c2364845c45ebf45f091a35dc144f;p=privoxy.git
Cosmetics.
---
diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index c22c49c8..6da4a133 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -8,7 +8,7 @@
#
# http://www.fabiankeil.de/sourcecode/privoxy-log-parser/
#
-# $Id: privoxy-log-parser.pl,v 1.74 2010/01/11 11:46:46 fabiankeil Exp $
+# $Id: privoxy-log-parser.pl,v 1.75 2010/01/11 11:47:59 fabiankeil Exp $
#
# TODO:
# - LOG_LEVEL_CGI, LOG_LEVEL_ERROR, LOG_LEVEL_WRITE content highlighting
@@ -1872,8 +1872,7 @@ sub gather_loglevel_error_stats ($$) {
sub gather_loglevel_connect_stats ($$) {
- my $c = shift;
- my $thread = shift;
+ my ($c, $thread) = @_;
our %thread_data;
our %stats;
@@ -1905,10 +1904,9 @@ sub gather_loglevel_connect_stats ($$) {
}
}
-sub gather_loglevel_header_stats ($) {
+sub gather_loglevel_header_stats ($$) {
- my $c = shift;
- my $thread = shift;
+ my ($c, $thread) = @_;
our %stats;
if ($c =~ m/^A HTTP\/1\.1 response without/ or