Less verbosity
This commit is contained in:
parent
89b629eeb1
commit
8db1ae2855
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue