Less verbosity

This commit is contained in:
Eelco Dolstra 2015-06-18 17:43:13 +02:00
parent 89b629eeb1
commit 8db1ae2855

View file

@ -722,13 +722,13 @@ Step::ptr State::createStep(std::shared_ptr<StoreAPI> store, const Path & drvPat
(*steps_)[drvPath] = step; (*steps_)[drvPath] = step;
} }
printMsg(lvlDebug, format("considering derivation %1%") % drvPath);
if (!isNew) { if (!isNew) {
assert(step->created); assert(step->created);
return step; return step;
} }
printMsg(lvlDebug, format("considering derivation %1%") % drvPath);
/* Initialize the step. Note that the step may be visible in /* Initialize the step. Note that the step may be visible in
steps before this point, but that doesn't matter because steps before this point, but that doesn't matter because
it's not runnable yet, and other threads won't make it it's not runnable yet, and other threads won't make it