--- trunk/run.pl 2006/05/14 13:25:36 492 +++ trunk/run.pl 2006/05/14 13:42:48 493 @@ -207,10 +207,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"); } }