forked from lix-project/lix
Reduce verbosity
This commit is contained in:
parent
42e9ad8fd1
commit
c160ead82f
|
@ -1439,7 +1439,8 @@ void DerivationGoal::buildDone()
|
|||
outputLocks.unlock();
|
||||
|
||||
} catch (BuildError & e) {
|
||||
printMsg(lvlError, e.msg());
|
||||
if (!hook)
|
||||
printMsg(lvlError, e.msg());
|
||||
outputLocks.unlock();
|
||||
buildUser.release();
|
||||
|
||||
|
|
Loading…
Reference in a new issue