* Slightly nicer message.

This commit is contained in:
Eelco Dolstra 2005-04-11 08:07:41 +00:00
parent 82d771f6e6
commit cab7816b56
1 changed files with 3 additions and 3 deletions

View File

@ -1087,9 +1087,6 @@ void DerivationGoal::startBuilder()
void DerivationGoal::computeClosure()
{
startNest(nest, lvlTalkative,
format("determining closure for `%1%'") % drvPath);
map<Path, PathSet> allReferences;
map<Path, Hash> contentHashes;
@ -1106,6 +1103,9 @@ void DerivationGoal::computeClosure()
% drvPath % path);
}
startNest(nest, lvlTalkative,
format("scanning for references inside `%1%'") % path);
/* Check that fixed-output derivations produced the right
outputs (i.e., the content hash should match the specified
hash). */