From: Dobrica Pavlinusic Date: Sat, 31 Dec 2005 16:50:06 +0000 (+0000) Subject: r345@llin: dpavlin | 2005-12-31 17:50:23 +0100 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=3b778a5afa042a39f920fa47e1002778db80eeb1;p=webpac2 r345@llin: dpavlin | 2005-12-31 17:50:23 +0100 better output git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@338 07558da8-63fa-0310-ba24-9fe276d99e06 --- diff --git a/lib/WebPAC/Input.pm b/lib/WebPAC/Input.pm index 040f1a0..c6ea85e 100644 --- a/lib/WebPAC/Input.pm +++ b/lib/WebPAC/Input.pm @@ -216,7 +216,7 @@ sub open { # store size for later $self->{size} = ($limit - $offset) ? ($limit - $offset + 1) : 0; - $log->info("processing $self->{size} records in $code_page, convert to $self->{code_page}"); + $log->info("processing $self->{size}/$size records [$offset-$limit] convert $code_page -> $self->{code_page}"); # read database for (my $pos = $offset; $pos <= $limit; $pos++) {