diff --git a/webtools/webstats/addstats.pl b/webtools/webstats/addstats.pl index d8bc718a16d..f12ef0441f8 100755 --- a/webtools/webstats/addstats.pl +++ b/webtools/webstats/addstats.pl @@ -92,7 +92,7 @@ while () { } chomp; - if (! m@\[(\d+)/(\w+)/(\d+):(\d+):(\d+):(\d+).*\].*GET (/\S+) HTTP@) { + if (! m@\[(\d+)/(\w+)/(\d+):(\d+):(\d+):(\d+).*\].*GET (/\S*) HTTP@) { next; }