* Fixed format string error.

This commit is contained in:
Eelco Dolstra 2004-07-06 11:21:34 +00:00
parent 056cd1d3b7
commit c1a18f543e
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ void NormalisationGoal::createClosure()
Path path = *i;
if (!pathExists(path)) {
throw BuildError(
format("builder for `%1%' failed to produce output path `%1%'")
format("builder for `%1%' failed to produce output path `%2%'")
% nePath % path);
}
nf.closure.roots.insert(path);