/[webpac2]/trunk/lib/WebPAC/Output/KinoSearch.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 /trunk/lib/WebPAC/Output/KinoSearch.pm

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

revision 921 by dpavlin, Tue Oct 30 22:07:11 2007 UTC revision 922 by dpavlin, Tue Oct 30 23:36:49 2007 UTC
# Line 143  sub add { Line 143  sub add {
143    
144          $self->index->add_doc( $hash );          $self->index->add_doc( $hash );
145    
146            $self->{count}++;
147    
148          return 1;          return 1;
149  }  }
150    
# Line 159  sub finish { Line 161  sub finish {
161    
162          my $log = $self->_get_logger();          my $log = $self->_get_logger();
163    
164          $log->info("dummy finish");          $log->info("indexed ", $self->{count}, " records");
165    
166  }  }
167    

Legend:
Removed from v.921  
changed lines
  Added in v.922

  ViewVC Help
Powered by ViewVC 1.1.26