/[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 492 by dpavlin, Sun May 14 13:25:36 2006 UTC revision 493 by dpavlin, Sun May 14 13:42:48 2006 UTC
# Line 207  while (my ($database, $db_config) = each Line 207  while (my ($database, $db_config) = each
207                          my $new_norm_path = $normalize_path;                          my $new_norm_path = $normalize_path;
208                          $new_norm_path =~ s/\.xml$/.pl/;                          $new_norm_path =~ s/\.xml$/.pl/;
209                          if (-e $new_norm_path) {                          if (-e $new_norm_path) {
210                                  $log->info("--force-set replaced $normalize_path with $new_norm_path");                                  $log->debug("--force-set replaced $normalize_path with $new_norm_path");
211                                  $normalize_path = $new_norm_path;                                  $normalize_path = $new_norm_path;
212                          } else {                          } else {
213                                  $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");
214                          }                          }
215                  }                  }
216    

Legend:
Removed from v.492  
changed lines
  Added in v.493

  ViewVC Help
Powered by ViewVC 1.1.26