X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-log-parser.pl;h=9d5e6de0c2c7e8be7da41acebfdf53311f909e3a;hp=0b0a4dc00505df00dc306d32834c86932eba68c1;hb=c3b346083a90acd4dcdfc3881dbcc47a92d1a400;hpb=3001f3d98169365e5e4037ef524f6f6ddd687b3f;ds=sidebyside diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 0b0a4dc0..9d5e6de0 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -2156,6 +2156,10 @@ sub handle_loglevel_error($) { $c =~ s@(?<=digested )(\d+)@$h{'Number'}$1$h{'Standard'}@; $c =~ s@(?<=of )(\d+)@$h{'Number'}$1$h{'Standard'}@; + } elsif ($c =~ m/^The socks connection timed out after/) { + + # The socks connection timed out after 60 seconds. + $c =~ s@(?<=after )(\d+)@$h{'Number'}$1$h{'Standard'}@; } # XXX: There are probably more messages that deserve highlighting.