forked from lix-project/lix
Remove debug line
This commit is contained in:
parent
a2785b7391
commit
9dbda2b3fe
|
@ -1153,8 +1153,6 @@ void DerivationGoal::tryToBuild()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printMsg(lvlError, format("BLOCKERS: %1%") % showPaths(validPaths));
|
|
||||||
|
|
||||||
/* If any of the outputs already exist but are not valid, delete
|
/* If any of the outputs already exist but are not valid, delete
|
||||||
them. */
|
them. */
|
||||||
foreach (DerivationOutputs::iterator, i, drv.outputs) {
|
foreach (DerivationOutputs::iterator, i, drv.outputs) {
|
||||||
|
@ -1750,7 +1748,7 @@ void DerivationGoal::startBuilder()
|
||||||
#endif
|
#endif
|
||||||
} else { // !useChroot
|
} else { // !useChroot
|
||||||
if (validPaths.size() > 0)
|
if (validPaths.size() > 0)
|
||||||
throw Error(format("derivation `%1%' is blocked by its output paths %2%") % drvPath % showPaths(validPaths));
|
throw Error(format("derivation `%1%' is blocked by its output path(s) %2%") % drvPath % showPaths(validPaths));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue