/[webpac2]/trunk/run.pl
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/run.pl

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

revision 389 by dpavlin, Sun Jan 22 13:38:17 2006 UTC revision 391 by dpavlin, Sun Jan 22 14:27:50 2006 UTC
# Line 107  while (my ($database, $db_config) = each Line 107  while (my ($database, $db_config) = each
107                  $log->info("creating new database $database in $db_path");                  $log->info("creating new database $database in $db_path");
108                  rmtree( $db_path ) || $log->warn("can't remove $db_path: $!");                  rmtree( $db_path ) || $log->warn("can't remove $db_path: $!");
109          } else {          } else {
110                  $log->info("working on $database in $db_path");                  $log->debug("working on $database in $db_path");
111          }          }
112    
113          my $db = new WebPAC::Store(          my $db = new WebPAC::Store(
# Line 144  while (my ($database, $db_config) = each Line 144  while (my ($database, $db_config) = each
144    
145                  my $input_module = $config->{webpac}->{inputs}->{$type};                  my $input_module = $config->{webpac}->{inputs}->{$type};
146    
147                  $log->info("working on input $input->{path} [$input->{type}] using $input_module");                  $log->info("working on input '$input->{path}' [$input->{type}] using $input_module lookup '$input->{lookup}'");
148    
149                  my $input_db = new WebPAC::Input(                  my $input_db = new WebPAC::Input(
150                          module => $input_module,                          module => $input_module,

Legend:
Removed from v.389  
changed lines
  Added in v.391

  ViewVC Help
Powered by ViewVC 1.1.26