Fix typo in dependency debug message

master
Simon McVittie 2009-08-28 02:11:26 +01:00
parent c80a3cbcfd
commit ec2367cfbf
1 changed files with 1 additions and 1 deletions

View 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;