/[meteor]/googlecode.com/svn/trunk/Meteor/Document.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/Meteor/Document.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 38 by knops.gerd, Fri Feb 1 21:54:05 2008 UTC revision 47 by knops.gerd, Mon Feb 4 21:06:42 2008 UTC
# Line 55  sub serveFileToClient { Line 55  sub serveFileToClient {
55                  $class->emitHeaderToClient($client,'404 Not Found');                  $class->emitHeaderToClient($client,'404 Not Found');
56                  $::Statistics->{'documents_not_found'}++;                  $::Statistics->{'documents_not_found'}++;
57                                    
58                    &::syslog('info','',
59                            'document',
60                            $relPath,
61                            0,
62                            404
63                    );
64                    
65                  return undef;                  return undef;
66          }          }
67                    
# Line 62  sub serveFileToClient { Line 69  sub serveFileToClient {
69                    
70          $::Statistics->{'documents_served'}++;          $::Statistics->{'documents_served'}++;
71                    
72            &::syslog('info','',
73                    'document',
74                    $relPath,
75                    $doc->{'size'},
76                    200
77            );
78            
79          $doc;          $doc;
80  }  }
81    

Legend:
Removed from v.38  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.26