--- trunk/run.pl 2006/05/14 13:25:36 492 +++ trunk/run.pl 2006/05/14 22:24:18 504 @@ -104,9 +104,6 @@ $indexer_config->{clean} = $clean; $indexer_config->{label} = $db_config->{name}; - # important: clean database just once! - $clean = 0; - if ($use_indexer eq 'hyperestraier') { # open Hyper Estraier database @@ -207,10 +204,10 @@ my $new_norm_path = $normalize_path; $new_norm_path =~ s/\.xml$/.pl/; if (-e $new_norm_path) { - $log->info("--force-set replaced $normalize_path with $new_norm_path"); + $log->debug("--force-set replaced $normalize_path with $new_norm_path"); $normalize_path = $new_norm_path; } else { - $log->warn("--force-set failed on $new_norm_path, fallback to $normalize_path"); + $log->debug("--force-set failed on $new_norm_path, fallback to $normalize_path"); } }