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();
|
outputLocks.unlock();
|
||||||
|
|
||||||
} catch (BuildError & e) {
|
} catch (BuildError & e) {
|
||||||
printMsg(lvlError, e.msg());
|
if (!hook)
|
||||||
|
printMsg(lvlError, e.msg());
|
||||||
outputLocks.unlock();
|
outputLocks.unlock();
|
||||||
buildUser.release();
|
buildUser.release();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue