--- trunk/run.pl 2007/11/12 12:22:08 1041 +++ trunk/run.pl 2007/11/12 12:35:32 1043 @@ -153,6 +153,8 @@ my $config = new WebPAC::Config( path => $config_path ); +WebPAC::Normalize::_debug( $debug - 1 ) if $debug > 1; + #print "config = ",dump($config) if ($debug); die "no databases in config file!\n" unless ($config->databases);