]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Fix typo in dependency debug message
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Fri, 28 Aug 2009 01:11:26 +0000 (02:11 +0100)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Fri, 28 Aug 2009 14:34:35 +0000 (15:34 +0100)
IkiWiki/Render.pm

index 121fc97e374533dbf5cb91f46059ff6926394e0e..f1ee140db232cbc67da09b301ffbc711a974a21f 100644 (file)
@@ -467,7 +467,7 @@ sub refresh () {
                        if (exists $depends_exact{$p}) {
                                foreach my $d (keys %{$depends_exact{$p}}) {
                                        if (exists $changedpages{$d}) {
-                                               debug(sprintf(gettext("building %s, which depends on %s"), $f, $p));
+                                               debug(sprintf(gettext("building %s, which depends on %s"), $f, $d));
                                                render($f);
                                                $rendered{$f}=1;
                                                next F;