r646@llin: dpavlin | 2006-05-14 15:45:57 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 14 May 2006 13:42:48 +0000 (13:42 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 14 May 2006 13:42:48 +0000 (13:42 +0000)
 dump --force-set debug (not warn)

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@493 07558da8-63fa-0310-ba24-9fe276d99e06

run.pl

diff --git a/run.pl b/run.pl
index 58653e5..937991b 100755 (executable)
--- a/run.pl
+++ b/run.pl
@@ -207,10 +207,10 @@ while (my ($database, $db_config) = each %{ $config->{databases} }) {
                        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");
                        }
                }