--- googlecode.com/svn/trunk/Meteor/Document.pm 2007/05/20 14:19:00 24 +++ googlecode.com/svn/trunk/Meteor/Document.pm 2007/05/20 19:40:53 25 @@ -45,7 +45,7 @@ my $class=shift; my $relPath=shift; my $client=shift; - + &::syslog('debug',"Meteor::Document: Request received for '%s'",$relPath); my $doc=$class->documentForPath($relPath); @@ -59,6 +59,8 @@ $doc->serveTo($client); + $::Statistics->{'documents_served'}++; + $doc; }