--- trunk/lib/WebPAC/Output/KinoSearch.pm 2007/10/30 22:07:11 919 +++ trunk/lib/WebPAC/Output/KinoSearch.pm 2007/10/30 23:36:49 922 @@ -143,6 +143,8 @@ $self->index->add_doc( $hash ); + $self->{count}++; + return 1; } @@ -159,7 +161,7 @@ my $log = $self->_get_logger(); - $log->info("dummy finish"); + $log->info("indexed ", $self->{count}, " records"); }